PTResizeHandleLocation
enum PTResizeHandleLocation : NSInteger {}
The location of a PTResizeWidgetView
selection dot around the edge of a rectangle.
-
Unknown resize handle location.
Declaration
Objective-C
PTResizeHandleLocationNone
Swift
case none = 0
-
The NW resize dot
Declaration
Objective-C
PTResizeHandleLocationTopLeft
Swift
case topLeft = 1
-
The top center resize dot
Declaration
Objective-C
PTResizeHandleLocationTop
Swift
case top = 2
-
The NE resize dot
Declaration
Objective-C
PTResizeHandleLocationTopRight
Swift
case topRight = 3
-
The righthand center resize dot
Declaration
Objective-C
PTResizeHandleLocationRight
Swift
case right = 4
-
The SE resize dot
Declaration
Objective-C
PTResizeHandleLocationBottomRight
Swift
case bottomRight = 5
-
The bottom center resize dot
Declaration
Objective-C
PTResizeHandleLocationBottom
Swift
case bottom = 6
-
The SW resize dot
Declaration
Objective-C
PTResizeHandleLocationBottomLeft
Swift
case bottomLeft = 7
-
The lefthand centre dot
Declaration
Objective-C
PTResizeHandleLocationLeft
Swift
case left = 8