Inheritance

object
Implements
  • JsonSerializable

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

public double Bottom { get; set; }
public static Rect Empty { get; }
public double Height { get; set; }
public bool IsEmpty { get; }
public double Left { get; set; }
public double Right { get; set; }
public double Top { get; set; }
public double Width { get; set; }
public double X { get; set; }
public double Y { get; set; }
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

Returns any