ImageGear .NET - Updated November 28, 2017
Points Property (ImGearARTFreeLine)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTFreeLine Class : 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 ImGearARTFreeLine.SelectionPoints property instead.")>
Public ReadOnly Property Points As ImGearPoint()
 
'Usage
 
Dim instance As ImGearARTFreeLine
Dim value() As ImGearPoint
 
value = instance.Points

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

ImGearARTFreeLine Class
ImGearARTFreeLine Members
ImGearPoint Structure