Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Transform Method / Transform(Single,Single) Method
X-coordinate of the original point.
Y-coordinate of the original point.

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

    Parameters

    x
    X-coordinate of the original point.
    y
    Y-coordinate of the original point.

    Return Value

    The transformed point.
    See Also