[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GraphicsPath.TransformPath

TransformPath Method

TransformPath(Matrix3x2)

Creates a transformed copy of the GraphicsPath.

Declaration
public GraphicsPath TransformPath(Matrix3x2 worldTransform)
Public Function TransformPath(worldTransform As Matrix3x2) As GraphicsPath
Parameters
Type Name Description
Matrix3x2 worldTransform

The transformation to apply.

Returns
Type Description
GraphicsPath