3ds Max C++ API Reference
Loading...
Searching...
No Matches
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.
 
#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:

.

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.