Matrix2DZeroMatrix Method |
Creates a zero matrix (0 0 0 0 0 0).
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Matrix2D ZeroMatrix()
Public Shared Function ZeroMatrix As Matrix2D
public:
static Matrix2D^ ZeroMatrix()
pdftron.Common.Matrix2D.ZeroMatrix = function();
Return Value
Type:
Matrix2D
A zero matrix.
See Also