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()
Public Shared Function IdentityMatrix As Matrix2D
public:
static Matrix2D^ IdentityMatrix()
pdftron.Common.Matrix2D.IdentityMatrix = function();
Return Value
Type:
Matrix2D
An identity matrix.
See Also