ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorVertexCont Class / SetHidden Method
Position of the vertex in the container.
Hidden flag being set. true means that outgoing line is hidden. The vertex is not hidden by default.




In This Topic
    SetHidden Method
    In This Topic
    Sets the Hidden flag for the vertex.
    Syntax
    'Declaration
     
    Public Sub SetHidden( _
       ByVal index As Integer, _
       ByVal hidden As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearVectorVertexCont
    Dim index As Integer
    Dim hidden As Boolean
     
    instance.SetHidden(index, hidden)
    public void SetHidden( 
       int index,
       bool hidden
    )
    public: void SetHidden( 
       int index,
       bool hidden
    ) 
    public:
    void SetHidden( 
       int index,
       bool hidden
    ) 

    Parameters

    index
    Position of the vertex in the container.
    hidden
    Hidden flag being set. true means that outgoing line is hidden. The vertex is not hidden by default.
    See Also