This function creates a new instance of Text annotation (IG_ARTX_MARK_PIN_UP_TEXT).
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_text_pinup_create( LPAT_RECTANGLE pRectangle, LPSTR lpszText, LPAT_ARTX_FONT lpFont, LPAT_RGBQUAD pTextColor, LPAT_ARTX_PIN pTextPin, LPHIG_ARTX_MARK lphMark ); |
Arguments:
pRectangle | Annotation bounding rectangle. |
lpszText | Text string drawn on annotation. |
lpFont | Attributes of font to be used for text drawing. |
pTextColor | Text color. |
pTextPin | Attributes of pin icon to drawn over text annotation. NULL if no pin should be set . |
lphMark | Pointer to storage for new annotation handle. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.