Fills a rectangle.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub FillRectangle ( _ brush As Brush, _ x As Single, _ y As Single, _ width As Single, _ height As Single _ )
Type: Aurigma.GraphicsMill.Drawing.Brush
Brush object which is used to fill a rectangle.Type: System.Single
X-coordinate of the top left corner of the rectangle.Type: System.Single
Y-coordinate of the top left corner of the rectangle.Type: System.Single
Width of the rectangle.Type: System.Single
Height of the rectangle.All the coordinates are measured in units specified with Unit property.