struct Protocol::LayerTree::PictureTile
- Protocol::LayerTree::PictureTile
- Struct
- Value
- Object
Overview
Serialized fragment of layer picture along with its offset within the layer.
Included Modules
- JSON::Serializable
Defined in:
protocol/layer_tree.crConstructors
Instance Method Summary
-
#picture : String
Base64-encoded snapshot data.
-
#x : Number::Primitive
Offset from owning layer left boundary
-
#y : Number::Primitive
Offset from owning layer top boundary
Constructor Detail
Instance Method Detail
def picture : String
#
Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)