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

TFillMode

Represents Fill Mode values.

Declaration

Source position: graphics.pp line 202

type TFillMode = (

  fmAlternate,

  

  fmWinding

  

);

Description

Not used in the current LCL implementation. Appears to have been replaced with the LazRegionFillMode type in lazregions.pas.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.