DISPNUDGETOOLACTIONPROPS
typedef struct tagDISPNUDGETOOLACTIONPROPS
{
L_UINT uStructSize;
L_UINT uWidth;
L_UINT uHeight;
L_UINT uShape;
} DISPNUDGETOOLACTIONPROPS, *pDISPNUDGETOOLACTIONPROPS;
The DISPNUDGETOOLACTIONPROPS structure provides information about the nudge tool brush.
Member |
Description |
|
uStructSize |
Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value. |
|
uWidth |
The width of the nudge tool brush. Default value is 20. |
|
uHeight |
The height of the nudge tool brush. Default value is 20. |
|
uShape |
The shape of the nudge tool. Possible values are: |
|
|
Value |
Meaning |
|
CONTAINER_NUDGETOOLSHAPE_RECTANGLE |
[0] A rectangular brush. |
|
CONTAINER_NUDGETOOLSHAPE_ELLIPSE |
[1] An elliptical brush. |
|
CONTAINER_NUDGETOOLSHAPE_SLASH |
[2] A slash brush. |
|
CONTAINER_NUDGETOOLSHAPE_BACKSLASH |
[3] A back slash brush. |
Comments
This structure is used by the L_DispContainerSetActionProperties and L_DispContainerGetActionProperties functions.