cocoaTouch/otherSrc/UIImageExtra.h
changeset 3361 cfc6cd502f85
parent 3352 ac5d14a35482
child 3463 23c50be687a9
equal deleted inserted replaced
3360:717b4e46e855 3361:cfc6cd502f85
    11 
    11 
    12 @interface UIImage (extra)
    12 @interface UIImage (extra)
    13  
    13  
    14 -(UIImage *)scaleToSize:(CGSize) size;
    14 -(UIImage *)scaleToSize:(CGSize) size;
    15 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
    15 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
       
    16 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint atSize:(CGSize) resultingSize;
    16 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    17 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
    17 
    18 
    18 @end
    19 @end