Instance Method
transformSelection(_:)transformSelection:transformSelection_
Applies an affine transform to the selected elements.
Declaration
func transformSelection(_ transform: AffineTransform)Declaration
- (void) transformSelection:(NSAffineTransform *) transform;Declaration
transformSelection_(transform: NSAffineTransform)Discussion
When the selection is empty, the complete layer is transformed.
See Also
General Transformations
Applies an affine transform to editable layer content.
Applies an affine transform to editable layer content.
Applies an affine transform to editable layer content and conditionally transforms components.
Applies an affine transform to the complete layer without normal edit bookkeeping.
Applies an affine transform to the complete layer and conditionally transforms components without normal edit bookkeeping.