ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback