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





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillRectangle (
    Brush brush,
    Rect rect
)

Visual Basic  Copy Code

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

 Parameters

brush
A Brush object that specifies how to fill the rectangle.
rect
A Microsoft.Maui.Graphics.Rect that represents the rectangle to fill.

 See Also