This function gets the text object with the index nIndex in the Text Object chain.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_text_get_textobj(
HIG_VECT_ENTITY hEntity,
long nIndex,
HIG_VECT_TEXTOBJ* lpTextobj
);
|
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
nIndex | long | Index of the text object to be returned. |
lpTextObject | HIG_VECT_TEXTOBJ* | Buffer for the Text Object handle. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None