Changes

Jump to navigation Jump to search

Category:image

16 bytes removed, 12:52, 11 June 2011
Line 1: Line 1:  
== Quick Overview==
 
== Quick Overview==
*'''[[image.copy]]'''([[TI.Image]], width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height.  
+
*'''[[image.copy]]'''(theImage, width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height.  
*'''[[image.height]]'''([[TI.Image]]) : Returns the height of the ''image''
+
*'''[[image.height]]'''(theImage) : Returns the height of the ''image''
*'''[[image.new]]'''([[TI.Image]]) : Allocates a new [[TI.Image]]
+
*'''[[image.new]]'''(theImage) : Allocates a new [[TI.Image]]
*'''[[image.width]]'''([[TI.Image]]) : Returns the width of the ''image''
+
*'''[[image.width]]'''(theImage) : Returns the width of the ''image''

Navigation menu