ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / DeleteTextObject Method
Position of the text object to be removed.




In This Topic
    DeleteTextObject Method
    In This Topic
    Removes the Text Object from the position index and destroys it.
    Syntax
    'Declaration
     
    Public Sub DeleteTextObject( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim index As Integer
     
    instance.DeleteTextObject(index)
    public void DeleteTextObject( 
       int index
    )
    public: void DeleteTextObject( 
       int index
    ) 
    public:
    void DeleteTextObject( 
       int index
    ) 

    Parameters

    index
    Position of the text object to be removed.
    See Also