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