TKFill Class Reference
Inherits from | NSObject |
Conforms to | NSCopying TKDrawing |
Declared in | TKFill.h |
Tasks
-
alpha
property -
corners
property -
cornerRadius
property -
insets
property -
shadowOffset
property -
shadowBlur
property -
shadowColor
property -
– drawFillInContext:withRect:
-
– drawFillInContext:withPath:
Properties
alpha
A value that specifies the opacity level. Values can range from 0.0 (transparent) to 1.0 (opaque). Values outside this range are clipped to 0.0 or 1.0.
@property (nonatomic, assign) CGFloat alpha
Declared In
TKFill.h
cornerRadius
The radius to use when drawing rounded corners. The default is 0.
@property (nonatomic, assign) CGFloat cornerRadius
Declared In
TKFill.h
corners
A bitmask value that identifies the corners that you want rounded. You can use this parameter to round only a subset of the corners of the rectangle. The default is all corners. Ignored if cornerRadius is zero.
@property (nonatomic, assign) UIRectCorner corners
Declared In
TKFill.h