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

tsimplebitmap.copyarea

Declaration

Source position: msegraphics.pas line 1293

public procedure tsimplebitmap.copyarea(

  const asource: tsimplebitmap;

  const asourcerect: rectty;

  const adestpoint: pointty;

  const acopymode: rasteropty = rop_copy;

  const masked: Boolean = True;

  const acolorforeground: colorty = cl_default;

  const acolorbackground: colorty = cl_default;

  const aopacity: colorty = cl_none

); overload;

procedure tsimplebitmap.copyarea(

  const asource: tsimplebitmap;

  const asourcerect: rectty;

  const adestrect: rectty;

  const aalignment: alignmentsty = [];

  const acopymode: rasteropty = rop_copy;

  const masked: Boolean = True;

  const acolorforeground: colorty = cl_default;

  const acolorbackground: colorty = cl_default;

  const aopacity: colorty = cl_none

); overload;


Documentation generated on: 2021-05-13