Search
IGraphics.FillPath Method
See Also
 






Fills the interior of an IGraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void FillPath (
    Brush brush,
    IGraphicsPath path
)

Visual Basic  Copy Code

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

 Parameters

brush

A Brush object that determines the characteristics of the fill.

path

An IGraphicsPath object that represents the path to fill.

 See Also