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

TRegionOperation

Declaration

Source position: graphics.pp line 710

type TRegionOperation = record

  ROType: TRegionOperationType;

  Source1: Integer;

  Source2: Integer;

  Dest: Integer;

  CombineMode: TRegionCombineMode;

  Rect: TRect;

end;