API Documentation > Interface Classes > Class wfcXSectionOldHatch
Class wfcXSectionOldHatch

# include <wfcXSection.h>

class
wfcXSectionOldHatch
: public virtual
xobject
{
xdeclare(wfcXSectionOldHatch)
...
};
This is a
COMPACT class.

Description
Interface for old line pattern hatching
Manual References:
Method Summary
Create (xint Angle)
Create the XSectionOldHatch object
void
SetAngle (xint value)
Angle for old line pattern
void
Color for old line pattern
void
SetFont (xint value)
Font for old line pattern
void
Offset for old line pattern
void
Spacing for old line pattern
Method Detail
GetAngle
()
void
SetAngle
(xint value)
Angle for old line pattern
Manual References:
GetSpacing
()
void
SetSpacing
(xreal value)
Spacing for old line pattern
Manual References:
GetOffset
()
void
SetOffset
(xreal value)
Offset for old line pattern
Manual References:
GetFont
()
void
SetFont
(xint value)
Font for old line pattern
Manual References:
GetColor
()
void
SetColor
(pfcColorRGB_ptr value)
Color for old line pattern
Manual References:
Create
(xint Angle)
Create the XSectionOldHatch object
Manual References:
Parameters:
Angle
Angle for old line pattern
Returns:
The XSectionOldHatch object
Was this helpful?