FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIBezierPath(UIImage) Category Reference

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...
 

Detailed Description

UIBezierPath extension for UIImage creation.

Method Documentation

- (UIImage *) imageWithFillColor: (UIColor *)  fillColor

Image drawn with bazier path.

Parameters
fillColorThe fill color for bezier path.
- (UIImage *) imageWithStrokeColor: (UIColor *)  strokeColor

Image drawn with bazier path.

Parameters
strokeColorThe stroke color for bezier path.
- (UIImage *) imageWithStrokeColor: (UIColor *)  strokeColor
fillColor: (UIColor *)  fillColor 

Image drawn with bazier path.

Parameters
strokeColorThe stroke color for bezier path.
fillColorThe fill color for bezier path.

The documentation for this category was generated from the following file: