Previous Up Next

_CPbitmap24
Copy a 24bits bitmap into another, with a transparency color.

ObjBitmap _CPbitmap24 (
ObjBitmap _destination_bitmap_
I _dx_
I _dy_
ObjBitmap _source_bitmap_
I _sx_
I _sy_
I _width_
I _height_
I _color_
)
Required

scol 4.5 or above
Parameters

_destination_bitmap_
any bitmap
_dx_
x destination coordinate
_dy_
y destination coordinate
_source_bitmap_
any bitmap
_sx_
x source coordinate
_sy_
y source coordinate
_width_
width
_height_
height
_color_
transparency color (24 bits)
Return value

destination bitmap