123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_grabpixmap:
- ==========
- GrabPixmap
- ==========
- GrabPixmap -
- Description
- ===========
- .. code-block:: blitzmax
- GrabPixmap:TPixmap( x,y,width,height )
- Grab pixmap
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|