Click or drag to resize

Matrix2DSet Method (Double, Double, Double, Double, Double, Double)

Sets the elements of this matrix.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Set(
	double a,
	double b,
	double c,
	double d,
	double h,
	double v
)

Parameters

a
Type: SystemDouble
The matrix element in the first row, first column.
b
Type: SystemDouble
The matrix element in the first row, second column.
c
Type: SystemDouble
The matrix element in the second row, first column.
d
Type: SystemDouble
The matrix element in the second row, second column.
h
Type: SystemDouble
The matrix element in the third row, first column.
v
Type: SystemDouble
The matrix element in the third row, second column.
See Also