Instance Method
setLocked(_:shadow:with:) setLocked:shadow:withPoint: setLocked_shadow_withPoint_
Moves an off-curve node by an offset, constrained using a corresponding node in another path.
Declaration
- (void) setLocked:(GSNode *) node shadow:(GSNode *) shadowNode withPoint:(NSPoint) aPoint;Parameters
shadowNodeThe corresponding node at the same index in the other path.
aPointThe offset by which to move the node.
Discussion
The paths must have corresponding node structures.
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 while preserving its locked direction.