Inherits from PXDisplayObject : PXEventDispatcher : NSObject
Declared in PXShape.h
PXShape.m

Overview

A PXShape is a basic display object that is lightweight and designed for vector drawing via the PXGraphics object.

The following code creates a shape object:

PXShape *shape = [PXShape new];

Tasks

  •   graphics

    The graphics object that belongs to the shape where vector drawing is done.

    property

Properties

graphics

The graphics object that belongs to the shape where vector drawing is done.

@property (nonatomic, readonly) PXGraphics *graphics

Declared In

PXShape.h