Changes

Jump to navigation Jump to search

Category:image

199 bytes added, 16:58, 17 December 2013
no edit summary
Line 5: Line 5:  
*'''[[image.rotate]]'''(theImage, angle) : Returns a rotated copy of ''theImage'' by ''angle'' degrees
 
*'''[[image.rotate]]'''(theImage, angle) : Returns a rotated copy of ''theImage'' by ''angle'' degrees
 
*'''[[image.width]]'''(theImage) : Returns the width of the ''image''
 
*'''[[image.width]]'''(theImage) : Returns the width of the ''image''
 +
 +
 +
== Note ==
 +
Like on strings or with with the [[gc]] object, you can call the ''image'' methods directly with the colon way : instead of '''image.height(logo)''', you can write "'''logo:height()'''"

Navigation menu