Previous Up Next

_ANDbitmap
Perform an AND logical operation between two rectangles of two bitmaps.

ObjBitmap _ANDbitmap (
ObjBitmap _bitmap1_
I _dx_
I _dy_
I _width_
I _height_
ObjBitmap _bitmap2_
I _sx_
I _sy_
)
Parameters

_bitmap1_
any bitmap
_dx_
x destination coordinate
_dy_
y destination coordinate
_width_
width
_height_
height
_bitmap2_
any bitmap
_sx_
x source coordinate
_sy_
y source coordinate
Return value

destination bitmap