DrawImageArea
From IfsoGUIWiki
Contents |
Declaration
DrawImageArea(image:TImage, x:Float, y:Float)
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:TImage - Image to draw.
- x:Float - X position to draw the image at.
- y:Float - Y position to draw the image at.
Gadget Information
Pertains to ifsoGUI_VP.
