Language:
Русский
English
GetFillPattern (procedure) (Graph unit)
Returns the currently selected fill pattern and color as set by SetFillStyle or SetFillPattern.
Declaration
procedure GetFillPattern(var FillPattern: FillPatternType);
Target
Real, Protected
Remarks
If no user call has been made to SetFillPattern, GetFillPattern returns an array filled with $FF.
Restrictions
Must be in graphics mode.