ImageGear .NET v24.12 - Updated
RegionCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityFigure Class : RegionCount Property
Gets total count of regions in the figure.
Syntax
'Declaration
 
Public ReadOnly Property RegionCount As Integer
'Usage
 
Dim instance As ImGearVectorEntityFigure
Dim value As Integer
 
value = instance.RegionCount
public int RegionCount {get;}
public: __property int get_RegionCount();
public:
property int RegionCount {
   int get();
}

Property Value

Any integer value.
See Also

Reference

ImGearVectorEntityFigure Class
ImGearVectorEntityFigure Members