PdfBlendBase
Positions Property
|
Gets or sets the positions array.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
Single
See Also