pl.wendigo.chrome.api.layertree / PictureTile

PictureTile

data class PictureTile (source)

Serialized fragment of layer picture along with its offset within the layer.

Link
LayerTree#PictureTile type documentation.

Constructors

<init>

PictureTile(x: Double, y: Double, picture: String)

Serialized fragment of layer picture along with its offset within the layer.

Properties

picture

val picture: String

Base64-encoded snapshot data.

x

val x: Double

Offset from owning layer left boundary

y

val y: Double

Offset from owning layer top boundary