Instance Method
move(with:)moveWithPoint:moveWithPoint_
Translates the complete shape by an offset.
Declaration
func move(with offset: NSPoint)Declaration
- (void) moveWithPoint:(NSPoint) offset;Declaration
moveWithPoint_(offset: NSPoint)See Also
Geometry
Applies an affine transformation to the complete shape.
Applies an affine transformation to selected elements of the shape.
Applies an affine transformation and aligns the resulting coordinates to a grid without registering undo or notifying the layer.
Copies corresponding positions and transformation values from another shape.