AnnSetForeColor method (ILEADRasterAnnotation)
short AnnSetForeColor(long hObject, OLE_COLOR ForeColor, VARIANT_BOOL bSelected); | |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Sets the foreground color of one or more annotation objects. The default foreground color is red.
Use the Windows COLORREF data type to specify the color. For example, use the Pixel property or the Windows RGB macro to get a color value.
To see how the foreground color relates to the fill modes, refer to Illustration of Fill Options for Annotations.
This method does not affect objects that do not have this property or that do not let you change the property. For descriptions of the various types of objects and their properties, refer to Types of Annotations.
If the value of the AnnContainer property is passed as the hObject parameter, the method will modify all the annotations in the container depending on the value of bSelected parameter.
If the value of the AnnAutomation property is passed as the hObject parameter, the method will modify the default values used whenever an annotation is created.
See Also