Inheritance
object
Implements
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public Rect() Returns Rect
constructor
public Rect(Point point1, Point point2) Returns Rect
constructor
public Rect(Point point1, Size size) Returns Rect
constructor
public Rect(double left, double top, Size size) Returns Rect
constructor
public Rect(double left, double top, double width, double height) Returns Rect
Properties
Section titled "Properties"Bottom
Section titled "Bottom"public double Bottom { get; set; } Empty
Section titled "Empty"public static Rect Empty { get; } Height
Section titled "Height"public double Height { get; set; } IsEmpty
Section titled "IsEmpty"public bool IsEmpty { get; } public double Left { get; set; } Right
Section titled "Right"public double Right { get; set; } public double Top { get; set; } Width
Section titled "Width"public double Width { get; set; } public double X { get; set; } public double Y { get; set; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"public override bool Equals(object value) Parameters
- value:
object
Returns any
Serialize(SerializationContext, string)
Section titled "Serialize(SerializationContext, string)"public void Serialize(SerializationContext c, string propertyName = null) Parameters
- c:
SerializationContext - propertyName:
string