浏览代码

ClearFrame API docs

Tig 1 年之前
父节点
当前提交
dff0be099e
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Terminal.Gui/View/ViewDrawing.cs

+ 3 - 2
Terminal.Gui/View/ViewDrawing.cs

@@ -102,9 +102,10 @@ public partial class View
         Driver.SetAttribute (prev);
     }
 
-    /// <summary>Clears the <see cref="Frame"/> with the normal background color.</summary>
+    /// <summary>Clears the entire view (<see cref="Frame"/>) with the normal background color.</summary>
     /// <remarks>
-    ///     <para>This clears the Bounds used by this view.</para>
+    ///     <para>This method will clear the area occupied by the <see cref="Margin"/>, <see cref="Border"/>, and <see cref="Padding"/>, as
+    ///     well as the <see cref="Bounds"/>. Use <see cref="Clear()"/> to clear just the <see cref="Bounds"/>.</para>
     /// </remarks>
     public void ClearFrame ()
     {