ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / Count Property




In This Topic
    Count Property (ImGearVectorVertexCont)
    In This Topic
    Gets total count of vertices in the vertex container.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    public: __property int get_Count();
    public:
    property int Count {
       int get();
    }

    Property Value

    Non-negative integer value.
    See Also