Search
IGraphics.FillPath Method
See Also
 





Fills the interior of a .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void FillPath (
    Brush brush,
    GraphicsPath path
)

Visual Basic  Copy Code

Sub FillPath( _
    brush As Brush, _
    path As GraphicsPath _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
path
A .NET GraphicsPath object that represents the path to fill.

 See Also