Appends an Array of 6 numbers at the end of the Array.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj PushBackMatrix(
Matrix2D value
)
Public Function PushBackMatrix (
value As Matrix2D
) As Obj
public:
virtual Obj^ PushBackMatrix(
[InAttribute] Matrix2D^ value
) sealed
function PushBackMatrix(value);
Parameters
- value
- Type: pdftron.CommonMatrix2D
A matrix used to set the values in an Array of six numbers.
The resulting Array will be then inserted in this Array.
Return Value
Type:
Obj
A newly appended Array object.
See Also