class
PSBrush
: public
Brush
(Return to index)
"PostScript" brush object
Type:
Instantiable
Base Classes:
public
Brush
Derived Classes
Include file:
Unidraw/Graphic/pspaint.h
Description:
man page
Public:
int
GetDashOffset
()
const int*
GetDashPattern
()
int
GetDashPatternSize
()
int
GetLinePattern
()
boolean
None
()
PSBrush
()
PSBrush
(int, float)
PSBrush
(int, int)
int
Width
()
float
width
()
Protected:
void
CalcDashPat
(int)
int
_dashoffset
stores dash pattern's offset
int
_dashpat[patternWidth]
stores dash pattern
int
_dashpatsize
stores number of defined elements in dashpat
int
_linepat
boolean
_none
(more documentation)