chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / PictureTile

PictureTile

data class PictureTile

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

Official doc

Constructors

<init>

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

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

Properties

picture

Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)

val picture: String

x

Offset from owning layer left boundary

val x: Double

y

Offset from owning layer top boundary

val y: Double