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