Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / ToPath Method / ToPath(FillMode,Matrix3x2) Method
Specifies how the interior of closed figures is filled.
The transformation to apply to path figures.

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

    Parameters

    fillMode
    Specifies how the interior of closed figures is filled.
    worldTransform
    The transformation to apply to path figures.
    See Also