|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSDrawNinePartImage convinient methods. More...
#import <NSImage.h>
Instance Methods | |
| (void) | - drawNinePartImageInRect:capInsets: |
| Draws nine part image with given cap insets. More... | |
| (NSImage *) | - ninePartImageWithSize:capInsets: |
| Creates and returns nine part image with given cap insets. More... | |
NSDrawNinePartImage convinient methods.
| - (void) drawNinePartImageInRect: | (NSRect) | toRect | |
| capInsets: | (NSEdgeInsets) | capInsets | |
Draws nine part image with given cap insets.
| - (NSImage*) ninePartImageWithSize: | (NSSize) | size | |
| capInsets: | (NSEdgeInsets) | capInsets | |
Creates and returns nine part image with given cap insets.