export(to:)
Writes the layer’s contents to a file at the given URL.
Declaration
func export(to url: URL) throwsParameters
- url:
The destination file URL.
Writes the layer’s contents to a file at the given URL.
func export(to url: URL) throwsThe destination file URL.