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

checkForSelection

Whether to restrict the operation to selected elements when the selection is not empty.

doComponents

Whether to transform component shapes.

See Also

General Transformations