Instance Method
transformFast(_:)transformFast:transformFast_
Applies an affine transform to the complete layer without normal edit bookkeeping.
Declaration
func transformFast(_ transform: AffineTransform)Declaration
- (void) transformFast:(NSAffineTransform *) transform;Declaration
transformFast_(transform: NSAffineTransform)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.
Applies an affine transform to editable layer content and conditionally transforms components.
Applies an affine transform to the complete layer and conditionally transforms components without normal edit bookkeeping.