IsIdentityMatrix Method (C1PdfDocumentBase)
Gets a value indicating whether
System.Drawing.Drawing2D.Matrix is the identity matrix.
'Declaration
Protected Shared Function IsIdentityMatrix( _
ByVal As Matrix _
) As Boolean
protected static bool IsIdentityMatrix(
Matrix
)
Parameters
- m
- The translate matrix for text drawing.
Return Value
This property is true if this System.Drawing.Drawing2D.Matrix is identity; otherwise, false.