Contents

init(data:)

Creates a drawing object and populates it with previously drawn content.

Declaration

init(data: Data) throws

Parameters

  • data:

    The initial data to add to the canvas. Only specify data you previously obtained from a canvas view.

Return Value

A new canvas object initialized with the specified data.

See Also

Creating a drawing object