Instance Method
transform(_:checkForSelection:) transform:checkForSelection: transform_checkForSelection_
Applies an affine transform to editable layer content.
Declaration
func transform(_ transform: AffineTransform, checkForSelection: Bool)Declaration
- (void) transform:(NSAffineTransform *) transform checkForSelection:(BOOL) checkForSelection;Declaration
transform_checkForSelection_(transform: NSAffineTransform, checkForSelection: bool)Parameters
checkForSelectionWhether to restrict the operation to selected elements when the selection is not empty.
See Also
General Transformations
Applies an affine transform to the selected elements.
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.