LAnnAutomation::SetFillMode

#include "ltwrappr.h"

L_INT LAnnAutomation::SetFillMode(uFillMode=ANNMODE_TRANSPARENT, uFlags=0)

L_UINT uFillMode;

/* constant that specifies the object's fill mode */

L_UINT uFlags;

/* reserved for future versions */

NOTE:

THIS FUNCTION IS NOW INHERITED DIRECTLY FROM THE PARENT LANNOTATION CLASS.

Sets the fill mode of the annotation object.

Parameter

Description

uFillMode

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

Value

Meaning

ANNMODE_TRANSPARENT

[0] Transparent

ANNMODE_TRANSLUCENT

[1] Translucent

ANNMODE_OPAQUE

[2] Opaque

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

uFlags

Reserved for future versions, use 0.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

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:

LAnnAutomation::GetFillMode, LAnnAutomation::GetFillPattern, LAnnAutomation::SetFillPattern, LAnnAutomation::GetPolyFillMode, LAnnAutomation::SetPolyFillMode, LAnnotation::GetROP2, LAnnotation::SetROP2, Class Members

Topics:

Annotation Functions: Object Properties

Example

For an example, refer to LAnnAutomation::GetFillMode.