Class Rect
Rect
public sealed class Rect
- Inheritance
-
Rect
- Inherited Members
Properties
Height
height
[JsonPropertyName("height")]
public double Height { 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; }