ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocumentBase Class / IsIdentityMatrix Method
The translate matrix for text drawing.

In This Topic
    IsIdentityMatrix Method (C1PdfDocumentBase)
    In This Topic
    Gets a value indicating whether System.Drawing.Drawing2D.Matrix is the identity matrix.
    Syntax
    'Declaration
     
    
    Protected Shared Function IsIdentityMatrix( _
       ByVal m As Matrix _
    ) As Boolean
    protected static bool IsIdentityMatrix( 
       Matrix m
    )

    Parameters

    m
    The translate matrix for text drawing.

    Return Value

    This property is true if this System.Drawing.Drawing2D.Matrix is identity; otherwise, false.
    See Also