Declaration

func setLocked(_ node: GSNode, shadow shadowNode: GSNode, with aPoint: NSPoint)

Declaration

- (void) setLocked:(GSNode *) node shadow:(GSNode *) shadowNode withPoint:(NSPoint) aPoint;

Declaration

setLocked_shadow_withPoint_(node: GSNode, shadowNode: GSNode, aPoint: NSPoint)

Parameters

shadowNode

The corresponding node at the same index in the other path.

aPoint

The offset by which to move the node.

Discussion

The paths must have corresponding node structures.

See Also

Editing Nodes