DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | List of all members
NSImage(CoreImage) Category Reference

Instance Methods

(NSBitmapImageRep *) - bitmapImageRepresentation
 Gets a bitmap representation of the image, or creates one if the image does not have any. More...
 
(void) - drawAtPoint:fromRect:coreImageFilter:arguments:
 Draws the specified image using Core Image. More...
 

Method Documentation

- (NSBitmapImageRep*) bitmapImageRepresentation

Gets a bitmap representation of the image, or creates one if the image does not have any.

- (void) drawAtPoint: (NSPoint)  point
fromRect: (NSRect fromRect
coreImageFilter: (NSString *)  filterName
arguments: (NSDictionary *)  arguments 

Draws the specified image using Core Image.