LAnnotation::GetFillMode

#include "ltwrappr.h"

virtual L_UINT LAnnotation::GetFillMode(L_VOID)

Gets the fill mode of the annotation object. This function is available in the Document/Medical Toolkits.

Returns

The object's fill mode constant. Possible values are:

Value

Meaning

ANNMODE_TRANSPARENT

[0] Transparent

ANNMODE_TRANSLUCENT

[1] Translucent

ANNMODE_OPAQUE

[2] Opaque

Comments

To see the possible fill modes and patterns, refer to Illustration of Fill Options for Annotations.

Required DLLs and Libraries

LTANN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LAnnotation::SetFillMode, LAnnAutomation::GetPolyFillMode, LAnnAutomation::SetPolyFillMode, LAnnotation::GetROP2, LAnnotation::SetROP2, Class Members, LAnnotation::GetFillModeExt, LAnnotation::SetFillModeExt, LAnnotation::GetOptions, LAnnotation::SetOptions

Topics:

Annotation Functions: Object Properties

Example

For an example, refer to LAnnotation::SetNameOptions.