Click or drag to resize

Matrix2DIdentityMatrix Method

Creates an identity matrix. {1 0 0 1 0 0}.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Matrix2D IdentityMatrix()

Return Value

Type: Matrix2D
An identity matrix.
See Also