dlSetPenFillStyle
dlSetPenFillStyle(
x_penNumber
t_fillStyle
[ w_penTable ]
)
=> t / nil
Description
Sets the fill style of a pen.
Arguments
|
x_penNumber
|
Pen number to be set.
|
|
t_fillStyle
|
One of the following strings:
"OutlineNoFill":
"SolidFill": All objects are filled
"XFill": Similar to OutlineNoFill except boxes have an X drawn inside.
"StippleFill": Objects are filled with the stipple pattern.
"OutlineStippleFill": objects are drawn stipple filled with a solid line drawn around the outside.
|
|
w_penTable
|
Specifies the pen table. If not specified, the default pen table is used.
|
Value Returned
|
t
|
The fill style was set.
|
|
nil
|
The fill style could not be set.
|
Related Topics
Display List Pen Functions
Return to top