ImageGear .NET v24.12 - Updated
CreateTextObject Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityText Class : CreateTextObject Method
Index at which the created text object is to be inserted.
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

Reference

ImGearVectorEntityText Class
ImGearVectorEntityText Members