Class PictureTile
Serialized fragment of layer picture along with its offset within the layer.
public sealed class PictureTile
- Inheritance
-
PictureTile
- Inherited Members
Properties
Picture
Base64-encoded snapshot data.
[JsonPropertyName("picture")]
public string Picture { get; set; }
Property Value
X
Offset from owning layer left boundary
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
Offset from owning layer top boundary
[JsonPropertyName("y")]
public double Y { get; set; }