Search
GraphicsFactory.CreatePath Method (FillMode)
See Also
 






Creates an IGraphicsPath object with the specified fill mode.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static IGraphicsPath CreatePath (
    FillMode fillMode
)

Visual Basic  Copy Code

Public Shared 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