- 4.37.2.101. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.101. SetFillPattern procedure
4.37.2.101. SetFillPattern procedure
Targets: MS-DOS, Win32
Graph Unit
Selects a user-defined fill pattern.
Declaration:
procedure SetFillPattern(Pattern: FillPatternType; Color: DWORD);
Remarks:
Sets the fill pattern for all filling done by
FillPoly,
Bar,
Bar3D,
FillCircle,
FillEllipse and
FillTriangle
procedures. The Graph unit does not support pattern fill for
FloodFill and
ExpandFill procedures.
FillPatternType is predefined as follows:
type
FillPatternType = array[1..8] of byte;
See also:
SetFillColor
- 4.37.2.101. -