Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Extensions Class / Transform Method / Transform(Matrix3x2,Single,Single) Method

In This Topic
    Transform(Matrix3x2,Single,Single) Method
    In This Topic
    Transforms the point.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Transform( _
       ByVal m As System.Numerics.Matrix3x2, _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    ) As System.Drawing.PointF
    public static System.Drawing.PointF Transform( 
       System.Numerics.Matrix3x2 m,
       System.float x,
       System.float y
    )

    Parameters

    m
    x
    y
    See Also