HatchGetStyleΒΆ

HatchGetStyle returns the hatch style.

nStyle = HatchGetStyle(hHatch)

Return Value

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

Parameters

hHatch

Identifies the hatch.

id-390976