GLG Toolkit, C / C++ API Library  Version 4.6

Arrow position and fill type masks. More...

Detailed Description

Arrow position and fill type masks.

The masks are used to extract arrow position and fill type from the GlgArrowType values of the ArrowType attribute.

The result of applying a bitwise AND operator to the value of the ArrowType attribute and one of these masks extracts the arrow position (GlgArrowPosition) or the arrow fill type (GlgArrowFillType) values.

Macros

#define GLG_ARROW_POSITION_MASK   0x0f
 Arrow position mask. More...
 
#define GLG_ARROW_TYPE_MASK   0xf0
 Arrow type mask. More...
 

Macro Definition Documentation

◆ GLG_ARROW_POSITION_MASK

#define GLG_ARROW_POSITION_MASK   0x0f

Arrow position mask.

◆ GLG_ARROW_TYPE_MASK

#define GLG_ARROW_TYPE_MASK   0xf0

Arrow type mask.