ImageGear .NET - Updated
Points Property (IImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolygon Interface : Points Property
Gets the raw points array.
Syntax
'Declaration
 
ReadOnly Property Points As ImGearPoint()
'Usage
 
Dim instance As IImGearARTPolygon
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

IImGearARTPolygon Interface
IImGearARTPolygon Members
ImGearPoint Structure