ImageGear .NET - Updated December 24, 2018
Points Property (IImGearARTCurve)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTCurve Interface : Points Property
Gets the raw points array.
Syntax
'Declaration
 
ReadOnly Property Points As ImGearPoint()
 
'Usage
 
Dim instance As IImGearARTCurve
Dim value() As ImGearPoint
 
value = instance.Points

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

IImGearARTCurve Interface
IImGearARTCurve Members
ImGearPoint Structure