ImageGear for .NET
NumberOfPoints Property (ImGearARTCurve)




Gets 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 ImGearARTCurve.SelectionPoints.Count property instead.")>
Public ReadOnly Property NumberOfPoints As Integer
'Usage
 
Dim instance As ImGearARTCurve
Dim value As Integer
 
value = instance.NumberOfPoints
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
public int NumberOfPoints {get;}
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
public: __property int get_NumberOfPoints();
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
public:
property int NumberOfPoints {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback