Pdf3DView
CameraToWorldMatrix 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[] CameraToWorldMatrix { get; set; }
Public Property CameraToWorldMatrix As Single()
Get
Set
public:
property array<float>^ CameraToWorldMatrix {
array<float>^ get ();
void set (array<float>^ value);
}
member CameraToWorldMatrix : float32[] with get, set
Property Value
Type:
Single
A 12-element 3D transformation matrix that specifies a position and orientation of the camera in world coordinates.
Remarks
If the array has more than 12 elements, only the first 12 will be considered.
See Also