1234567891011121314151617181920212223242526272829303132333435363738 |
- .. _func_graphics_max2d_drawimage:
- =========
- DrawImage
- =========
- DrawImage -
- Description
- ===========
- .. code-block:: blitzmax
- DrawImage( image:TImage,x#,y#,frame=0 )
- Draw an image to the back buffer
- Drawing is affected by the current blend mode, color, scale and rotation.
- If the blend mode is ALPHABLEND the image is affected by the current alpha value
- and images with alpha channels are blended correctly with the background.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|