Charting for WinForms Programmer's Guide
IGraphics.FillRectangle Method (Brush, Rectangle)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillRectangle (
    Brush brush,
    Rectangle rect
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also

FillRectangle Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace