Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GraphicsPath Class / TransformPath Method
The transformation to apply.

In This Topic
    TransformPath Method
    In This Topic
    Creates a transformed copy of the GraphicsPath.
    Syntax
    'Declaration
     
    Public Function TransformPath( _
       ByVal worldTransform As System.Numerics.Matrix3x2 _
    ) As GraphicsPath
    public GraphicsPath TransformPath( 
       System.Numerics.Matrix3x2 worldTransform
    )

    Parameters

    worldTransform
    The transformation to apply.
    See Also