ImageGear .NET v24.12 - Updated
DeleteTextObject Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityText Class : DeleteTextObject Method
Position of the text object to be removed.
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

Reference

ImGearVectorEntityText Class
ImGearVectorEntityText Members