Declaration

func addBackgroundImage(with URL: URL)

Declaration

- (void) addBackgroundImageWithURL:(NSURL *) URL;

Declaration

addBackgroundImageWithURL_(URL: NSURL)

Parameters

URL

The image file URL.

Discussion

The image becomes the layer’s background image. On a full-color layer, it is added as a shape instead.

See Also

Background Image