Search
IGraphics.FillRegion Method
See Also
 





Fills the interior of a .NET Region object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void FillRegion (
    Brush brush,
    Region region
)

Visual Basic  Copy Code

Sub FillRegion( _
    brush As Brush, _
    region As Region _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
region
A .NET Region object that represents the area to fill.

 See Also