Instance Method
transform(_:)transform:transform_
Applies an affine transformation to the complete shape.
Declaration
func transform(_ transform: AffineTransform)Declaration
- (void) transform:(NSAffineTransform *) transform;Declaration
transform_(transform: NSAffineTransform)See Also
Geometry
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.
Translates the complete shape by an offset.
Copies corresponding positions and transformation values from another shape.