func_graphics_max2d_drawimagerect.rst 534 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_max2d_drawimagerect:
  2. =============
  3. DrawImageRect
  4. =============
  5. DrawImageRect -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. DrawImageRect( image:TImage,x#,y#,w#,h#,frame=0 )
  10. Draw an image to a rectangular area of the back buffer
  11. Drawing is affected by the current blend mode, color, scale and rotation.
  12. If the blend mode is ALPHABLEND, then the image is also affected by the current alpha value.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========