Language:
Русский
English
GetFillSettings (procedure) (Graph unit)
Gets the current fill pattern and color, as set by SetFillStyle or SetFillPattern.
Declaration
procedure GetFillSettings(var FillInfo: FillSettingsType);
Target
Real, Protected
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 or SetFillPattern procedure.
If Pattern is equal to UserFill, use GetFillPattern to get the user-defined fill pattern that is selected.
Restrictions
Must be in graphics mode.