ImageGear .NET v24.12 - Updated
GetTextObject Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityText Class : GetTextObject Method
Index of the text object to be returned.
Returns the text object in the Index position in the Text Object chain.
Syntax
'Declaration
 
Public Function GetTextObject( _
   ByVal index As Integer _
) As ImGearVectorTextObject
'Usage
 
Dim instance As ImGearVectorEntityText
Dim index As Integer
Dim value As ImGearVectorTextObject
 
value = instance.GetTextObject(index)
public ImGearVectorTextObject GetTextObject( 
   int index
)
public: ImGearVectorTextObject* GetTextObject( 
   int index
) 
public:
ImGearVectorTextObject^ GetTextObject( 
   int index
) 

Parameters

index
Index of the text object to be returned.

Return Value

New instance of ImGearVectorTextObject class object.
See Also

Reference

ImGearVectorEntityText Class
ImGearVectorEntityText Members