12345678910111213141516171819202122232425262728293031323334353637 |
- .. _func_graphics_max2d_drawimagerect:
- =============
- DrawImageRect
- =============
- DrawImageRect -
- Description
- ===========
- .. code-block:: blitzmax
- DrawImageRect( image:TImage,x#,y#,w#,h#,frame=0 )
- Draw an image to a rectangular area of the back buffer
- Drawing is affected by the current blend mode, color, scale and rotation.
- If the blend mode is ALPHABLEND, then the image is also affected by the current alpha value.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|