Previous: GetFillPattern procedure To the Table of Content Next: GetGraphBufSize function

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

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


Previous: GetFillPattern procedure To the Table of Content Next: GetGraphBufSize function
GetFillPattern procedure Table of Content GetGraphBufSize function

- 4.37.2.34 -