Instance Method
content(toBackgroundCheckSelection:keepOldBackground:) contentToBackgroundCheckSelection:keepOldBackground: contentToBackgroundCheckSelection_keepOldBackground_
Copies shapes and anchors to the corresponding foreground or background layer.
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
checkSelectionWhether to copy only selected shapes and anchors.
keepWhether 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
Editable background content associated with a foreground layer.
Editable background content associated with the layer.
Whether a background layer has been created.
Exchanges shapes, anchors, and hints between the foreground and background layers.