Gets or sets the center of orbit for 3D artwork.

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 CenterOfOrbit { get; set; }
Public Property CenterOfOrbit As Single
	Get
	Set
public:
property float CenterOfOrbit {
	float get ();
	void set (float value);
}
member CenterOfOrbit : float32 with get, set

Property Value

Single
A non-negative number indicating a distance in the camera coordinate system along the z axis to the center of orbit for this view.

Remarks

If this value is negative, the viewer application must determine the center of orbit.

See Also