[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TGraphicsFillStyle

Indicates how a surface area is filled with a given color.

Declaration

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.

);

Description

Used in widgetset classes to implement the FloodFill routine and method.

See also

TFillStyle


Version 4.0 Generated 2025-05-03 Home