M2CanvasObject Class Reference
Inherits from | NSManagedObject |
Declared in | M2CanvasObject.h M2CanvasObject.m |
Tasks
Working with object
Managing position & transformation
-
frame
Frame of object on canvas.
property -
rotation
Rotation in degrees.
property -
isFlippedHorizontally
Boolean value indicating whether the object is flipped horizontally.
property -
isFlippedVertically
Boolean value indicating whether the object is flipped vertically.
property
Properties
frame
Frame of object on canvas.
@property (nonatomic, retain) NSString *frame
Discussion
Frame of object on canvas.
Declared In
M2CanvasObject.h
isFlippedHorizontally
Boolean value indicating whether the object is flipped horizontally.
@property (nonatomic, retain) NSNumber *isFlippedHorizontally
Discussion
Boolean value indicating whether the object is flipped horizontally.
Declared In
M2CanvasObject.h
isFlippedVertically
Boolean value indicating whether the object is flipped vertically.
@property (nonatomic, retain) NSNumber *isFlippedVertically
Discussion
Boolean value indicating whether the object is flipped vertically.
Declared In
M2CanvasObject.h