Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Transform Method / Transform(PointF) Method
The original point to apply the transformation.

In This Topic
    Transform(PointF) Method
    In This Topic
    Transforms a point by this matrix.
    Syntax
    'Declaration
     
    Public Overloads Function Transform( _
       ByVal point As System.Drawing.PointF _
    ) As System.Drawing.PointF
    public System.Drawing.PointF Transform( 
       System.Drawing.PointF point
    )

    Parameters

    point
    The original point to apply the transformation.

    Return Value

    The transformed point.
    See Also