ImageGear Professional v18.2 > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_RULER > IG_ARTX_ruler_label_set |
This function updates annotation label.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_ruler_label_set( HIG_ARTX_RULER hMark, LPSTR lpszTextBuffer ); |
Name | Type | Description |
hMark | HIG_ARTX_RULER | Annotation handle. |
lpszTextBuffer | LPSTR | Pointer to buffer with new annotation label text. If lpszTextBuffer is NULL then label will be empty. |
Error count.
This function does not process image pixels.