[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates how a surface area is filled with a given color.
Source position: graphtype.pp line 45
type TGraphicsFillStyle = ( |
||
fsSurface, |
|
Fills an area where the pixels have the specified color. Fill color is applied in all directions to pixels with the specified color. Used to fill an area with multiple colors at its boundaries. |
fsBorder |
|
Fills an area bounded by the specified color. Like the Windows FloodFill routine. |
); |
Used in widgetset classes to implement the FloodFill routine and method.
Version 4.0 | Generated 2025-05-03 | Home |