PTResizeHandleLocation
enum PTResizeHandleLocation : NSInteger {}
The location of a PTResizeWidgetView selection dot around the edge of a rectangle.
-
Unknown resize handle location.
Declaration
Objective-C
PTResizeHandleLocationNoneSwift
case none = 0 -
The NW resize dot
Declaration
Objective-C
PTResizeHandleLocationTopLeftSwift
case topLeft = 1 -
The top center resize dot
Declaration
Objective-C
PTResizeHandleLocationTopSwift
case top = 2 -
The NE resize dot
Declaration
Objective-C
PTResizeHandleLocationTopRightSwift
case topRight = 3 -
The righthand center resize dot
Declaration
Objective-C
PTResizeHandleLocationRightSwift
case right = 4 -
The SE resize dot
Declaration
Objective-C
PTResizeHandleLocationBottomRightSwift
case bottomRight = 5 -
The bottom center resize dot
Declaration
Objective-C
PTResizeHandleLocationBottomSwift
case bottom = 6 -
The SW resize dot
Declaration
Objective-C
PTResizeHandleLocationBottomLeftSwift
case bottomLeft = 7 -
The lefthand centre dot
Declaration
Objective-C
PTResizeHandleLocationLeftSwift
case left = 8
PTResizeHandleLocation Enumeration Reference