ImageGear .NET - Updated March 30, 2018
NumberOfPoints Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline 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 ImGearARTPolyline.SelectionPoints.Count property instead.")>
Public Property NumberOfPoints As Integer
 
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As Integer
 
instance.NumberOfPoints = value
 
value = instance.NumberOfPoints

Property Value

Integer value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members