ImageGear .NET v24.12 - Updated
NumberOfPoints Property (ImGearARTHollowPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowPolygon Class : NumberOfPoints Property
Gets or sets the number of points of the mark.
Syntax
'Declaration
 
Public Property NumberOfPoints As Integer
'Usage
 
Dim instance As ImGearARTHollowPolygon
Dim value As Integer
 
instance.NumberOfPoints = value
 
value = instance.NumberOfPoints
public int NumberOfPoints {get; set;}
public: __property int get_NumberOfPoints();
public: __property void set_NumberOfPoints( 
   int value
);
public:
property int NumberOfPoints {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTHollowPolygon Class
ImGearARTHollowPolygon Members