PTRotateHandleLocation
enum PTRotateHandleLocation : NSInteger {}
The location of a PTRotateWidgetView rotation handle around the edge of a rectangle.
-
The top side
Declaration
Objective-C
PTRotateHandleLocationTopSwift
case top = 0 -
The left side
Declaration
Objective-C
PTRotateHandleLocationLeftSwift
case left = 1 -
The bottom side
Declaration
Objective-C
PTRotateHandleLocationBottomSwift
case bottom = 2 -
The right side
Declaration
Objective-C
PTRotateHandleLocationRightSwift
case right = 3
PTRotateHandleLocation Enumeration Reference