|
|
Sets the pen color for the next object created.
Syntax
FlpGrf.ObjectPen( FgColor As Integer, BgColor As Integer, Style As Integer, Width As Integer, Mode As Integer )
The ObjectPen Method has these parts:
|
Part |
Description | ||||||||||||||||||||||||
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. | ||||||||||||||||||||||||
|
FgColor |
Foreground color of the pen, an index from the color table. | ||||||||||||||||||||||||
|
BgColor |
Color of the blank spaces in the pattern style, an index from the color table. | ||||||||||||||||||||||||
|
Style |
Line pattern.
| ||||||||||||||||||||||||
|
Width |
Width of the pen in pixels (1 - 10). | ||||||||||||||||||||||||
|
Mode |
How spaces in line pattern will be shown.
|
Remarks
Sets the pen attributes for the next object created with ObjectRectAdd, ObjectPictAdd, or ObjectTextAdd. The pen settings affect the outline of the object, while the brush affects the fill appearance of the object.
A pen whose width is greater than 1 can only be set to the solid style (0).
See Also
All Object Routines, ObjectScaleType Method, ObjectBrush Method, ObjectFont Method, ObjectPen Method
![]() |
Last modified on: Friday, August 16, 2002