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






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillRectangle (
    Brush brush,
    RectangleF rect
)

Visual Basic  Copy Code

Public Overridable 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

FillRectangle Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace