Gets or sets the positions array.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public float[] Positions { get; set; }
Public Property Positions As Single() Get Set
public: property array<float>^ Positions { array<float>^ get (); void set (array<float>^ value); }
member Positions : float32[] with get, set