Inherits from NSObject
Conforms to NSCopying
Declared in PXTexturePadding.h
PXTexturePadding.m

Overview

A simple object representing the white-space (if any) to be included around a PXTexture.

Tasks

  •   top

    The amount of padding (in points) to be added to the top side of the texture;

    property
  •   right

    The amount of padding (in points) to be added to the right side of the texture;

    property
  •   bottom

    The amount of padding (in points) to be added to the bottom side of the texture;

    property
  •   left

    The 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 bottom

Declared In

PXTexturePadding.h

left

The amount of padding (in points) to be added to the left side of the texture;

@property (nonatomic, assign) float left

Declared In

PXTexturePadding.h

right

The amount of padding (in points) to be added to the right side of the texture;

@property (nonatomic, assign) float right

Declared In

PXTexturePadding.h

top

The amount of padding (in points) to be added to the top side of the texture;

@property (nonatomic, assign) float top

Declared In

PXTexturePadding.h