|
|
Sets the brush color for the next object created.
Syntax
FlpGrf.ObjectBrush( FgColor As Integer, BgColor As Integer, Style As Integer, Mode As Integer )
The ObjectBrush Method has these parts:
|
Part |
Description | ||||||||||||||||||||||||
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. | ||||||||||||||||||||||||
|
FgColor |
Foreground color of the brush, an index from the color table. | ||||||||||||||||||||||||
|
BgColor |
Color of the blank spaces in the pattern style, an index form the color table. | ||||||||||||||||||||||||
|
Style |
Brush pattern.
| ||||||||||||||||||||||||
|
Mode |
How spaces in the pattern will be shown.
|
Remarks
Sets the brush attributes for the next object created with ObjectRectAdd, ObjectPictAdd, or ObjectTextAdd. The brush affects the fill appearance of the object, while the pen affects the outline of the object.
See Also
ObjectScaleType Method, ObjectBrush Method, ObjectFont Method, ObjectPen Method
![]() |
Last modified on: Friday, August 16, 2002