ImageGear for .NET
NumberOfPoints Property (IImGearARTPolygon)




Gets or sets the actual number of points on the mark.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolygon.SelectionPoints.Count property instead.")>
Property NumberOfPoints As Integer
'Usage
 
Dim instance As IImGearARTPolygon
Dim value As Integer
 
instance.NumberOfPoints = value
 
value = instance.NumberOfPoints
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolygon.SelectionPoints.Count property instead.")]
int NumberOfPoints {get; set;}
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolygon.SelectionPoints.Count property instead.")]
__property int get_NumberOfPoints();
__property void set_NumberOfPoints( 
   int value
);
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolygon.SelectionPoints.Count property instead.")]
property int NumberOfPoints {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback