<< Click to Display Table of Contents >> VpeGetHatchStyle |
[Not supported by the Community Edition]
Returns the current hatch style. All rectangular objects - except charts, barcodesand images - can be hatched with the predefined windows hatch styles.
int VpeGetHatchStyle(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle or VPE Object Handle
Returns:
hatch style; possible values are:
Constant Name |
Value |
Comment |
HS_NONE |
-1 |
see Possible styles in VpeSetHatchStyle |
HS_HORIZONTAL |
0 |
see Possible styles in VpeSetHatchStyle |
HS_VERTICAL |
1 |
see Possible styles in VpeSetHatchStyle |
HS_FDIAGONAL |
2 |
see Possible styles in VpeSetHatchStyle |
HS_BDIAGONAL |
3 |
see Possible styles in VpeSetHatchStyle |
HS_CROSS |
4 |
see Possible styles in VpeSetHatchStyle |
HS_DIAGCROSS |
5 |
see Possible styles in VpeSetHatchStyle |