Click or drag to resize
DisplayFillRectangle Method
Fills a rectangular area with a solid color

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void FillRectangle(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
Rectangular area to fill.
Remarks
SetColor(Color) determines the color with which to fill the rectangle, and may be semi-translucent.
See Also