ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / CreateTextObject Method
Index at which the created text object is to be inserted.




In This Topic
    CreateTextObject Method
    In This Topic
    Creates a new text object and inserts it at index position in the Text Object chain.
    Syntax
    'Declaration
     
    Public Function CreateTextObject( _
       ByVal index As Integer _
    ) As ImGearVectorTextObject
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim index As Integer
    Dim value As ImGearVectorTextObject
     
    value = instance.CreateTextObject(index)
    public ImGearVectorTextObject CreateTextObject( 
       int index
    )
    public: ImGearVectorTextObject* CreateTextObject( 
       int index
    ) 
    public:
    ImGearVectorTextObject^ CreateTextObject( 
       int index
    ) 

    Parameters

    index
    Index at which the created text object is to be inserted.

    Return Value

    New instance of ImGearVectorTextObject class object.
    See Also