Class Viewport
Viewport
public sealed class Viewport
- Inheritance
-
Viewport
- Inherited Members
Properties
Height
height
[JsonPropertyName("height")]
public double Height { get; set; }
Property Value
Scale
scale
[JsonPropertyName("scale")]
public double Scale { get; set; }
Property Value
Width
width
[JsonPropertyName("width")]
public double Width { get; set; }
Property Value
X
x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
y
[JsonPropertyName("y")]
public double Y { get; set; }