Paintutils (API)

From ComputerCraft Wiki
Revision as of 06:25, 16 November 2012 by 217.121.82.139 (Talk) (Created page with "Paintutils is an API to draw and load images ==Methods== {| border="1" cellpadding="2" cellspacing="0" !style="background:#EEE" width="200px"|Method name !style="background:#...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Paintutils is an API to draw and load images

Methods

Method name Description
paintutils.loadImage( path ) Returns an image object.
paintutils.drawImage( image,x,y) Draws an image at x,y, where image is an image object.