Search
IGraphicsFactory.CreatePath Method (FillMode)
See Also
 






Creates an IGraphicsPath object with the specified fill mode.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IGraphicsPath CreatePath (
    FillMode fillMode
)

Visual Basic  Copy Code

Function CreatePath( _
    fillMode As FillMode _
) As IGraphicsPath

 Parameters

fillMode

A member of the FillMode enumeration.

 Return Value

An instance of the IGraphicsPath interface.

 See Also