Fills the interiors of a series of rectangles specified by Rectangle structure.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void FillRectangle( Brush brush, Rectangle rect )
Type: Aurigma.GraphicsMill.Drawing.Brush
A Brush that determines the characteristics of the fill.Type: System.Drawing.Rectangle
A Rectangle structure that represents the rectangle to fill.To outline a rectangle, use DrawRectangle(Pen, Rectangle) method.