ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityFigure Class / RegionCount Property




In This Topic
    RegionCount Property
    In This Topic
    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