]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIImage.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIImage.h
index 6e4292f2f1632e63353fda59fffceba78ad43d15..9828f59102b0663d0c729c5ae8b2059018c92944 100644 (file)
@@ -33,6 +33,9 @@ typedef enum {
 + (id)imageWithContentsOfFile:(id)fp8;
 + (id)imageWithData:(id)fp8;
 + (id)imageWithCGImage:(struct CGImage *)fp8;
+#if 1 // iOS 4.x
++ (id)imageWithCGImage:(struct CGImage *)fp8 scale:(CGFloat)scale orientation:(UIImageOrientation)orientation;
+#endif
 - (id)initWithContentsOfFile:(id)fp8;
 - (id)initWithData:(id)fp8;
 - (id)initWithCGImage:(struct CGImage *)fp8;
@@ -50,5 +53,9 @@ typedef enum {
 - (id)stretchableImageWithLeftCapWidth:(int)fp8 topCapHeight:(int)fp12;
 - (id)_automationID;
 
+#if 1 // iOS 4.x?
+- (void) setScale:(CGFloat)scale;
+#endif
+
 @end