Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetTextMatrix Class / SetTextMatrix Constructor
The value of Matrix.

In This Topic
    SetTextMatrix Constructor
    In This Topic
    Initializes a new instance of the SetTextMatrix class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal matrix As System.Numerics.Matrix3x2 _
    )
    public SetTextMatrix( 
       System.Numerics.Matrix3x2 matrix
    )

    Parameters

    matrix
    The value of Matrix.
    See Also