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

TRegionCombineMode

Declaration

Source position: graphics.pp line 706

type TRegionCombineMode = (

  rgnAnd,

  rgnCopy,

  rgnDiff,

  rgnOr,

  rgnXOR

);