typedef struct tagZOOMSTEP
{
int num;
int step[MAX_SCALE_STEP];
} ZOOMSTEP;
typedef ZOOMSTEP FAR *LPZOOMSTEP;
MAX_SCALE_STEP
#define MAX_SCALE_STEP 10
Members of the structure
|
int |
num |
Itemnumber in a step |
|
int |
step[MAX_SCALE_STEP] |
Number of steps for zoom functions. |
Requirements
Header : Declared in BiDisp.h.