Pdf3DNode
Matrix Property
|
Gets or sets the 3D transformation matrix.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float[] Matrix { get; set; }
Public Property Matrix As Single()
Get
Set
public:
property array<float>^ Matrix {
array<float>^ get ();
void set (array<float>^ value);
}
member Matrix : float32[] with get, set
Property Value
Type:
Single
A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
Remarks
If the array has more than 12 elements, only the first 12 will be considered.
See Also