HatchSetStyleΒΆ
HatchSetStyle sets the hatch style.
- bool = HatchSetStyle(hHatch, nStyle)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hHatch
Identifies the Hatch.
- nStyle
nStyle is an OR combination of the following values:
Value
Meaning
HATCH_0
Hatch 0 degrees
HATCH_45
Hatch 45 degrees
HATCH_90
Hatch 90 degrees
HATCH_135
Hatch 135 degrees
See also
id-666246