Draws a bitmap on the surface.
Form 1:
void __fastcall Draw(int x, int y, TIvoryBitmap* bmp);
Form 2:
void __fastcall Draw(int x, int y, HBITMAP bmp);
Description
Use Form 1 to draw a TIvoryBitmap, and use Form 2 to draw an HBITMAP. x is the horizonal, y is the vertical position of the upper left corner of the bitmap, and bmp is the bitmap that will be drawn. Draw doesn't do anything with the bitmap, it just copies it onto the surface pixel by pixel.