[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: SetFillStyle
USE: Allows the user to select the fill pattern and color. The
following constants can be used as valid parameters:
Fill Patterns for Get/SetFillStyle
-----------------------------------------------------------
EmptyFill = 0; Fills area in background color
SolidFill = 1; Fills area in solid fill color
LineFill = 2; --- fill
LtSlashFill = 3; /// fill
SlashFill = 4; /// fill with thick lines
BkSlashFill = 5; \\\ fill with thick lines
LtBkSlashFill = 6; \\\ fill
HatchFill = 7; Light Hatch fill
XHatchFill = 8; Heavy cross-hatch fill
InterLeaveFill = 9; Interleaving fill
WideDotFill = 10; Widely spaced dot fill
CloseDotFill = 11; Closely spaced fill
DEPENDENCY: Must first be in graphics mode. The unit Graph
must also be placed in the uses section.
SYNTAX: SetFillPattern(PatternStyle : Word; ColorValue : Word);
See Also:
SetFillStyle
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson