Object | --Persistent | --Brush
Brush encapsulates several properties to hold all the attributes to fill solid shapes, such as rectangles and ellipses, with a color or pattern.
[line 1114]
[line 1116]
[line 1115]
void assignTo( $dest)
void defaultColor( )
string getColor( )
The Color property determines the color of the brush. This is the color that is used to draw the pattern.
integer isModified( )
This function returns the status of the internal flag that marks this brush as modified
void modified( )
This method marks the brush as modified by setting an internal flag to 1
void readOwner( )
void resetModified( )
This method resets the internal flag to specify it has not been modified
void setColor( $value)