nS_DrawImageRect(image%, x#, y#, rect_x#, rect_y#, rect_width#, rect_height#, [frame%=0]) | Function |
Description: Draws a portion of the image on screen | |
Parameters: image% = Image handle x# = X position y# = Y position rect_x# = Internal X position rect_y# = Internal Y position rect_width# = Rect width to draw rect_height# = Rect heigth to draw frame% [Default value = 0] = Frame number to draw | |
Return value: None |