NodeHandleType
public enum NodeHandleType : Int
Specifies types of adjustment handles.
- none: No adjustment handles are enabled.
- move: The center selection handle is enabled and can be used to move the node.
- resizeTopLeft: The top-left handle is enabled and can be used to resize the node.
- resizeTop: The top-left, top-center and top-right handles are enabled and can be used to resize the node.
- resizeTopRight: The top-right handle is enabled and can be used to resize the node.
- resizeRight: The top-right, bottom-right and middle-right handles are enabled and can be used to resize the node.
- resizeBottomRight: The bottom-right handle is enabled and can be used to resize the node.
- resizeBottom: The bottom-left, bottom-center and bottom-right handles are enabled and can be used to resize the node.
- resizeBottomLeft: The bottom-left handle is enabled and can be used to resize the node.
- resizeLeft: The top-left, middle-left and bottom-left handles are enabled and can be used to resize the node.
- rotate: The rotation handle is enabled and can be used to rotate the node.
-
Undocumented
Declaration
Swift
case none = -1
-
Undocumented
Declaration
Swift
case move = 0
-
Undocumented
Declaration
Swift
case resizeTopLeft = 1
-
Undocumented
Declaration
Swift
case resizeTop = 2
-
Undocumented
Declaration
Swift
case resizeTopRight = 3
-
Undocumented
Declaration
Swift
case resizeRight = 4
-
Undocumented
Declaration
Swift
case resizeBottomRight = 5
-
Undocumented
Declaration
Swift
case resizeBottom = 6
-
Undocumented
Declaration
Swift
case resizeBottomLeft = 7
-
Undocumented
Declaration
Swift
case resizeLeft = 8
-
Undocumented
Declaration
Swift
case rotate = 9