ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / GetHidden Method
Vertex position in the container.




In This Topic
    GetHidden Method
    In This Topic
    Returns a flag showing whether the vertex is hidden or not.
    Syntax
    'Declaration
     
    Public Function GetHidden( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.GetHidden(index)
    public bool GetHidden( 
       int index
    )
    public: bool GetHidden( 
       int index
    ) 
    public:
    bool GetHidden( 
       int index
    ) 

    Parameters

    index
    Vertex position in the container.

    Return Value

    true if vertex is hidden, false - otherwise.
    See Also