Defines

Bitmap Alignment Positions

The following values define the nine possible alignment positions of a bitmap, numbered 0 to 8, left-to-right and top-to-bottom:

. More...

Defines

#define  BMM_CUSTOM_POSNW   0
  Top Left.
#define  BMM_CUSTOM_POSN   1
  Top Center.
#define  BMM_CUSTOM_POSNE   2
  Top Right.
#define  BMM_CUSTOM_POSW   3
  Middle Left.
#define  BMM_CUSTOM_POSCN   4
  Center.
#define  BMM_CUSTOM_POSE   5
  Middle Right.
#define  BMM_CUSTOM_POSSW   6
  Bottom Left.
#define  BMM_CUSTOM_POSS   7
  Bottom Center.
#define  BMM_CUSTOM_POSSE   8
  Bottom Right.

Detailed Description

The following values define the nine possible alignment positions of a bitmap, numbered 0 to 8, left-to-right and top-to-bottom:

.

bit-pos.gif

Bitmap Alignment Positions


Define Documentation

#define BMM_CUSTOM_POSNW   0
#define BMM_CUSTOM_POSN   1
#define BMM_CUSTOM_POSNE   2
#define BMM_CUSTOM_POSW   3
#define BMM_CUSTOM_POSCN   4
#define BMM_CUSTOM_POSE   5
#define BMM_CUSTOM_POSSW   6
#define BMM_CUSTOM_POSS   7
#define BMM_CUSTOM_POSSE   8