[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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; |
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; |