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

componentCallback

A block that returns whether a component or component hint should be transformed.

See Also

General Transformations