Point Annotation Object
Note: This topic is for Document/Medical only.
The hot spot annotation object (ANNOBJECT_POINT) is single point. With the automated functions, in design mode, each point is formed with a mouse click event.
With low-level functions, the point must be defined by calling the AnnSetPoints method. Other applicable properties have the following defaults, which can be changed:
Visible |
Defaults to FALSE. It can be changed using the AnnSetVisible method. |
Selected |
Defaults to FALSE. It can be changed using the AnnSetSelected method. |
Name |
Defaults to show the name, with the name as the empty string. It can be changed using the AnnSetName method. |
Foreground color |
Defaults to black. It can be changed using the AnnSetForeColor method. |
Background color |
Defaults to white. It can be changed using the AnnSetBackColor method. |
Font size |
Defaults to 10 point, translated with a scaling factor of 1. It can be changed using the AnnSetFontSize method. |
Font underline |
Defaults to FALSE. It can be changed using the AnnSetFontUnderline method. |
Font strikethrough |
Defaults to FALSE. It can be changed using the AnnSetFontStrikethrough method. |
Font italic |
Defaults to FALSE. It can be changed using the AnnSetFontItalic method. |
Font bold |
Defaults to FALSE. It can be changed using the AnnSetFontBold method. |
Font name |
Defaults to "Arial". It can be changed using the AnnSetFontName method. |
Fill mode |
Defaults to transparent. It can be changed using the AnnSetFillMode method. |
Bitmap |
Defaults to NULL. It can be changed using the AnnSetBitmap method. |
Transparent |
Defaults to transparent. It can be changed using the AnnSetTransparent method. |
Transparent Color |
Defaults to white. It can be changed using the AnnSetTransparentColor method. |
Tag (identifier) |
Defaults to 0. It can be changed using the AnnSetTag method. |
Window handle |
Defaults to NULL or the handle inherited from the container. It can be changed for all objects using the AnnSetWnd method. |
User mode |
Defaults to design mode or the mode inherited from the container. It can be changed for all objects using the AnnUserMode property. |
Related topics: