PTRotateHandleLocation
enum PTRotateHandleLocation : NSInteger {}
The location of a PTRotateWidgetView
rotation handle around the edge of a rectangle.
-
The top side
Declaration
Objective-C
PTRotateHandleLocationTop
Swift
case top = 0
-
The left side
Declaration
Objective-C
PTRotateHandleLocationLeft
Swift
case left = 1
-
The bottom side
Declaration
Objective-C
PTRotateHandleLocationBottom
Swift
case bottom = 2
-
The right side
Declaration
Objective-C
PTRotateHandleLocationRight
Swift
case right = 3