'Declaration Public Sub ShowDebugRect( _ ByVal color As System.Drawing.Color, _ Optional ByVal drawBorders As System.Boolean _ )
public void ShowDebugRect( System.Drawing.Color color, System.bool drawBorders )
Parameters
- color
- The color of the new rectangle.
- drawBorders
- Indicates if the rectangle should only draw its borders, not background.