Search
IGraphics.FillRectangle Method (Brush, RectangleF)
See Also
 





Fills the interior of a rectangle specified by a RectangleF structure.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void FillRectangle (
    Brush brush,
    RectangleF rect
)

Visual Basic  Copy Code

Sub FillRectangle( _
    brush As Brush, _
    rect As RectangleF _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
rect
A .NET RectangleF structure that represents the rectangle to fill.

 See Also