3ds Max C++ API Reference
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...

Macros

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

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:

.

Bitmap Alignment Positions

Macro Definition Documentation

◆ BMM_CUSTOM_POSNW

#define BMM_CUSTOM_POSNW   0

Top Left.

◆ BMM_CUSTOM_POSN

#define BMM_CUSTOM_POSN   1

Top Center.

◆ BMM_CUSTOM_POSNE

#define BMM_CUSTOM_POSNE   2

Top Right.

◆ BMM_CUSTOM_POSW

#define BMM_CUSTOM_POSW   3

Middle Left.

◆ BMM_CUSTOM_POSCN

#define BMM_CUSTOM_POSCN   4

Center.

◆ BMM_CUSTOM_POSE

#define BMM_CUSTOM_POSE   5

Middle Right.

◆ BMM_CUSTOM_POSSW

#define BMM_CUSTOM_POSSW   6

Bottom Left.

◆ BMM_CUSTOM_POSS

#define BMM_CUSTOM_POSS   7

Bottom Center.

◆ BMM_CUSTOM_POSSE

#define BMM_CUSTOM_POSSE   8

Bottom Right.