Instance Method
setLocked(_:with:) setLocked:withPoint: setLocked_withPoint_
Moves an off-curve node by an offset while preserving its locked direction.
Declaration
func setLocked(_ node: GSNode, with point: NSPoint)Declaration
- (void) setLocked:(GSNode *) node withPoint:(NSPoint) point;Declaration
setLocked_withPoint_(node: GSNode, point: NSPoint)Parameters
pointThe offset by which to move the node.
See Also
Editing Nodes
Aligns a node opposite a point about a center point while preserving its distance from the center point.
Aligns a node opposite another node about a center node while preserving its distance from the center node.
Moves an off-curve node to the reflection of a point about a center point.
Normalizes node types and connections based on adjacent nodes.
Sets a node connection based on the alignment of adjacent nodes.
Moves an off-curve node by an offset, constrained using a corresponding node in another path.