ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / GetTextObject Method
Index of the text object to be returned.




In This Topic
    GetTextObject Method
    In This Topic
    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