Instance Method
transformFast(_:doComponent:) transformFast:doComponent: transformFast_doComponent_
Applies an affine transform to the complete layer and conditionally transforms components without normal edit bookkeeping.
Declaration
func transformFast(_ transform: AffineTransform, doComponent componentCallback: ((GSComponent?) -> Bool)? = nil)Declaration
- (void) transformFast:(NSAffineTransform *) transform doComponent:(BOOL (^)(GSComponent *component)) componentCallback;Declaration
transformFast_doComponent_(transform: NSAffineTransform, component: GSComponent, componentCallback)Parameters
componentCallbackA block that returns whether a component or component hint should be transformed.
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 without normal edit bookkeeping.