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

TRegionCombineMode

Represents combination methods used for regions.

Declaration

Source position: graphics.pp line 757

type TRegionCombineMode = (

  rgnAnd,

  

Create a region with the intersecting parts of the original regions.

  rgnCopy,

  

Create a region that is a copy of the first of the two original regions.

  rgnDiff,

  

Create a region with the area in the first region not found in the second region.

  rgnOr,

  

Create a region that represents both of the original regions.

  rgnXOR

  

Create a region with the areas from the original regions that do not overlap.

);


Version 3.2 Generated 2024-02-25 Home