ImageGear .NET - Updated November 28, 2017
NumberOfPoints Property (ImGearARTPolyRuler)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class : NumberOfPoints Property
Gets or sets the actual number of mark's points.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyRuler.SelectionPoints.Count property instead.")>
Public Property NumberOfPoints As Integer
 
'Usage
 
Dim instance As ImGearARTPolyRuler
Dim value As Integer
 
instance.NumberOfPoints = value
 
value = instance.NumberOfPoints

Property Value

Integer value.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members