[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [PictureTile](./puppeteer.protocol.layertree.picturetile.md) ## Protocol.LayerTree.PictureTile interface Serialized fragment of layer picture along with its offset within the layer. Signature: ```typescript export interface PictureTile ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [picture](./puppeteer.protocol.layertree.picturetile.picture.md) | string | Base64-encoded snapshot data. | | [x](./puppeteer.protocol.layertree.picturetile.x.md) | number | Offset from owning layer left boundary | | [y](./puppeteer.protocol.layertree.picturetile.y.md) | number | Offset from owning layer top boundary |