Gets or sets the 3D transformation matrix.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<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