Fill a rectangle.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub FillRectangle ( _ brush As Brush, _ rect As RectangleF _ )
public void FillRectangle( Brush brush, RectangleF rect )
Type: Aurigma.GraphicsMill.Drawing.Brush
Brush object which is used to fill a rectangle.Type: System.Drawing.RectangleF
The RectangleF object to draw.All the coordinates are measured in units specified with Unit property.