Declaration

func content(toBackgroundCheckSelection checkSelection: Bool, keepOldBackground keep: Bool)

Declaration

- (void) contentToBackgroundCheckSelection:(BOOL) checkSelection keepOldBackground:(BOOL) keep;

Declaration

contentToBackgroundCheckSelection_keepOldBackground_(checkSelection: bool, keep: bool)

Parameters

checkSelection

Whether to copy only selected shapes and anchors.

keep

Whether to preserve shapes and anchors already in the destination layer.

Discussion

Calling this on a foreground layer copies to its background. Calling it on a background layer copies to its foreground.

See Also

Background Layer