[]
Shows a color rectangle for the current LayoutElement (for debugging purposes).
public void ShowDebugRect(Color color, bool drawBorders = false)
Public Sub ShowDebugRect(color As Color, Optional drawBorders As Boolean = False)
Type | Name | Description |
---|---|---|
Color | color | The color of the new rectangle. |
bool | drawBorders | Indicates if the rectangle should only draw its borders, not background. |