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

MergeClipping

Declaration

Source position: gtkproc.pp line 640

procedure MergeClipping(

  DestinationDC: TGtkDeviceContext;

  DestinationGC: PGDKGC;

  X: Integer;

  Y: Integer;

  Width: Integer;

  Height: Integer;

  ClipMergeMask: PGdkBitmap;

  ClipMergeMaskX: Integer;

  ClipMergeMaskY: Integer;

  var NewClipMask: PGdkBitmap

);