- 4.37.2.34. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.34. GetFillSettings procedure
4.37.2.34. GetFillSettings procedure
Targets: MS-DOS, Win32
Graph Unit
Gets the current fill pattern and color, as set by
SetFillStyle,
SetFillPattern or
SetFillColor.
Declaration:
procedure GetFillSettings(var FillInfo: FillSettingsType);
Remarks:
The Pattern field reports the current fill pattern selected.
The colors field reports the current fill color selected.
Both the fill pattern and color can be changed by calling the
SetFillStyle,
SetFillPattern or
SetFillColor procedure.
If Pattern is equal to UserFill, use GetFillPattern
to get the user-defined fill pattern that is selected.
See also:
FillSettingsType
- 4.37.2.34. -