ImageGear .NET - Updated March 30, 2018
Points Property (IImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolygon Interface : Points Property
Gets the raw points array.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolygon.SelectionPoints property instead.")>
ReadOnly Property Points As ImGearPoint()
 
'Usage
 
Dim instance As IImGearARTPolygon
Dim value() As ImGearPoint
 
value = instance.Points

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members
ImGearPoint Structure