Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2F Structure / Transform Method / Transform(Matrix3x2) Method
The matrix to use as a tranformation matrix.

In This Topic
    Transform(Matrix3x2) Method
    In This Topic
    Transforms a point by the 3x2 matrix.
    Syntax
    'Declaration
     
    Public Overloads Sub Transform( _
       ByRef matrix As Matrix3x2 _
    ) 
    public void Transform( 
       ref Matrix3x2 matrix
    )

    Parameters

    matrix
    The matrix to use as a tranformation matrix.
    See Also