Gets or sets the center of the cutting plane.
Namespace: Spire.Pdf.Annotations
Remarks
A three element array specifying the center of rotation on the cutting plane in world space coordinates.
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float[] Center { get; set; }
Public Property Center As Single() Get Set
public: property array<float>^ Center { array<float>^ get (); void set (array<float>^ value); }
member Center : float32[] with get, set