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




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

Property Value

ImageGear.Core.ImGearPoint structure array.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
ImGearPoint Structure