func_graphics_max2d_drawimage.rst 544 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_graphics_max2d_drawimage:
  2. =========
  3. DrawImage
  4. =========
  5. DrawImage -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. DrawImage( image:TImage,x#,y#,frame=0 )
  10. Draw an image to the back buffer
  11. Drawing is affected by the current blend mode, color, scale and rotation.
  12. If the blend mode is ALPHABLEND the image is affected by the current alpha value
  13. and images with alpha channels are blended correctly with the background.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========