AnnSetFillMode method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSetFillMode(HANNOBJECT hObject, unsigned uFillMode, bool bSelected)

Delphi Syntax

Function AnnSetFillMode (hObject: HANNOBJECT; uFillMode: L_UINT; bSelected: Boolean ): L_INT

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Sets the fill mode of one or more annotation objects.

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.

Note that the AnnSetROP2 method and the AnnSetFillMode method affect each other. If you set nFillMode to ANNFILLMODE_OPAQUE, then nROP2 cannot be ANNROP2_AND. If you set nFillMode to ANNFILLMODE_TRANSLUCENT, then nROP2 has to be ANNROP2_AND. If you set nFillMode to ANNFILLMODE_TRANSPARENT, nROP2 can be anything.

See Also

Elements

AnnSetFillPattern method, AnnGetFillPattern method, AnnGetFillMode method, AnnGetPolyFillMode method, AnnSetPolyFillMode method,AnnGetROP2 method, AnnSetROP2 method AnnSetBackColor method, AnnSetForeColor method, AnnGetSelected method, AnnSetSelected method, AnnGetTransparent method, AnnSetTransparent method, AnnGetTransparentColor method, AnnSetTransparentColor method

Topics

Annotations (Document/Medical only): Object Manipulation