ClearFrame API docs

This commit is contained in:
Tig
2024-03-06 21:53:11 -07:00
parent 8b0c2486c6
commit dff0be099e

View File

@@ -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 ()
{