class
Brush
: public
Resource
(Return to index)
a brush style object
Type:
Instantiable
Base Classes:
public
Resource
Derived Classes
Include file:
InterViews/brush.h
Description:
defines the line thickness and line style for drawing operations.
in reference manual
.
Public:
Brush
(Coord width)
Brush
(const int* pattern, int count, Coord width)
Brush
(int pattern, Coord width)
unsigned int
Width
() const
virtual int
dash_count
() const
virtual int
dash_list
(int index) const
boolean
dashed
()
BrushRep
*
rep
(
Display
*) const
virtual Coord
width
() const
virtual
~Brush
()
Protected:
void
calc_dashes
(int pat, int* dash, int& count)
(more documentation)