ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityPolylineEx Class / ContourCount Property




In This Topic
    ContourCount Property
    In This Topic
    Gets a total count of the contours in the extended polyline.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContourCount As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityPolylineEx
    Dim value As Integer
     
    value = instance.ContourCount
    public int ContourCount {get;}
    public: __property int get_ContourCount();
    public:
    property int ContourCount {
       int get();
    }

    Property Value

    Non-negative integer value.
    See Also