Matrix2DSet Method (Matrix2D) |
Sets value to given matrix.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
Matrix2D p
)
Public Sub Set (
p As Matrix2D
)
public:
virtual void Set(
[InAttribute] Matrix2D^ p
) sealed
Parameters
- p
- Type: pdftron.CommonMatrix2D
The matrix value for the created matrix.
See Also