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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback