| DrawBitmap bitmap, cx, cy{, rot, scaleX, scaleY} |
This command draws a bitmap on the current drawing surface. The bitmap parameter is an object variable which contains the bitmap to be drawn. The cx and cy parameters specify the coordinates of the drawing surface where the center of the bitmap is to be drawn. The rot (degrees to rotate the bitmap), scaleX and scaleY are all optional parameters. The Color command can be used to set the alpha (transparency) of the draw. Example:
Graphics On
|