Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / ToPath Method / ToPath(FillMode) Method
Specifies how the interior of closed figures is filled.

In This Topic
    ToPath(FillMode) Method
    In This Topic
    Creates a GraphicsPath from the current set of figures.
    Syntax
    'Declaration
     
    Public Overloads Function ToPath( _
       Optional ByVal fillMode As FillMode _
    ) As GraphicsPath
    public GraphicsPath ToPath( 
       FillMode fillMode
    )

    Parameters

    fillMode
    Specifies how the interior of closed figures is filled.
    See Also