DrawImageArea2
From IfsoGUIWiki
Contents |
Declaration
DrawImageArea2(image:ifsoGUI_Image, x:Float, y:Float, imgIndex:Int)
Draws an image restricted to the area of the viewport. If part of the image would be drawn outside of the current viewport, then only the visible portion will be drawn.
Returns
Nothing
Parameters
- image:ifsoGUI_Image - Image and arrays that describe the image to be drawn.
- x:Float - X position to draw the image at.
- y:Float - Y position to draw the image at.
- imgIndex:Int - The index of the image to be drawn.
Gadget Information
Pertains to ifsoGUI_VP.
