Click or drag to resize

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()

Return Value

Type: Matrix2D
A zero matrix.
See Also