PictureLayer constructor

PictureLayer(
  1. Rect canvasBounds
)

Creates a leaf layer for the layer tree.

Implementation

PictureLayer(this.canvasBounds);