Artboard Layer Structure#

Note

This Layer Type is not yet implemented and simply exists to allow us to read Files with this Layer Type.

template<typename T>
struct ArtboardLayer : public Layer<T>#

This struct holds no data, we just use it to identify its type. Artboards are a distinct type of group with children and a predefined size which they are clipped to. Artboards may include any other type of layers, but not other artboard layers.

Public Functions

ArtboardLayer() = default#