Code: Select all
function gflAllockBitmap(BType: GFL_BITMAP_TYPE;
width, height, line_padding: GFL_INT32;
var color: PGFL_COLOR): PGFL_BITMAP; stdcall;
Code: Select all
function gflAllockBitmap(BType: GFL_BITMAP_TYPE;
width, height, line_padding: GFL_INT32;
color: PGFL_COLOR): PGFL_BITMAP; stdcall;