ImageGear .NET - Updated
Points Property (IImGearARTCurve)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTCurve 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 ImGearARTCurve.SelectionPoints property instead.")>
ReadOnly Property Points As ImGearPoint()
'Usage
 
Dim instance As IImGearARTCurve
Dim value() As ImGearPoint
 
value = instance.Points
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints property instead.")]
ImGearPoint[] Points {get;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints property instead.")]
__property ImGearPoint[]* get_Points();
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints property instead.")]
property array<ImGearPoint>^ Points {
   array<ImGearPoint>^ get();
}

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

IImGearARTCurve Interface
IImGearARTCurve Members
ImGearPoint Structure