PXTexturePadding Class Reference
| Inherits from | NSObject |
| Conforms to | NSCopying |
| Declared in | PXTexturePadding.h PXTexturePadding.m |
Tasks
-
topThe amount of padding (in points) to be added to the top side of the texture;
property -
rightThe amount of padding (in points) to be added to the right side of the texture;
property -
bottomThe amount of padding (in points) to be added to the bottom side of the texture;
property -
leftThe amount of padding (in points) to be added to the left side of the texture;
property
Properties
bottom
The amount of padding (in points) to be added to the bottom side of the texture;
@property (nonatomic, assign) float bottomDeclared In
PXTexturePadding.hleft
The amount of padding (in points) to be added to the left side of the texture;
@property (nonatomic, assign) float leftDeclared In
PXTexturePadding.h