Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / PdfArray Constructor / PdfArray Constructor(Matrix3x2)

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

    Parameters

    matrix
    See Also