ImageGear .NET v24.12 - Updated
Points Property (IImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolyline Interface : Points Property
Gets the raw points array.
Syntax
'Declaration
 
ReadOnly Property Points As ImGearPoint()
'Usage
 
Dim instance As IImGearARTPolyline
Dim value() As ImGearPoint
 
value = instance.Points
ImGearPoint[] Points {get;}
__property ImGearPoint[]* get_Points();
property array<ImGearPoint>^ Points {
   array<ImGearPoint>^ get();
}

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members
ImGearPoint Structure