| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
UIBezierPath extension for UIImage creation. More...
#import <UIImage.h>
Instance Methods | |
| (UIImage *) | - imageWithStrokeColor:fillColor: | 
| Image drawn with bazier path.  More... | |
| (UIImage *) | - imageWithStrokeColor: | 
| Image drawn with bazier path.  More... | |
| (UIImage *) | - imageWithFillColor: | 
| Image drawn with bazier path.  More... | |
UIBezierPath extension for UIImage creation.
| - (UIImage *) imageWithFillColor: | (UIColor *) | fillColor | 
Image drawn with bazier path.
| fillColor | The fill color for bezier path. | 
| - (UIImage *) imageWithStrokeColor: | (UIColor *) | strokeColor | 
Image drawn with bazier path.
| strokeColor | The stroke color for bezier path. | 
| - (UIImage *) imageWithStrokeColor: | (UIColor *) | strokeColor | |
| fillColor: | (UIColor *) | fillColor | |
Image drawn with bazier path.
| strokeColor | The stroke color for bezier path. | 
| fillColor | The fill color for bezier path. |