Previous: SetFillColor procedure To the Table of Content Next: SetFillStyle procedure

- 4.37.2.101 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

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


Previous: SetFillColor procedure To the Table of Content Next: SetFillStyle procedure
SetFillColor procedure Table of Content SetFillStyle procedure

- 4.37.2.101 -