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

ScalePixmapAndMask

Declaration

Source position: gtkproc.pp line 640

function ScalePixmapAndMask(

  AScaleGC: PGDKGC;

  AScaleMethod: TGdkInterpType;

  ASrc: PGdkPixmap;

  ASrcX: Integer;

  ASrcY: Integer;

  ASrcWidth: Integer;

  ASrcHeight: Integer;

  ASrcColorMap: PGdkColormap;

  ASrcMask: PGdkBitmap;

  ADstWidth: Integer;

  ADstHeight: Integer;

  FlipHorz: Boolean;

  FlipVert: Boolean;

  out ADst: PGdkPixmap;

  out ADstMask: PGdkPixmap

):Boolean;