Class RectangleLocation
Represents a rectangle location.
Inheritance
System.Object
RectangleLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RectangleLocation : ILocation
Properties
LowerLeft
Gets or sets the box.
Declaration
public Coordinate LowerLeft { get; set; }
Property Value
Coordinate
|
UpperRight
Gets or sets the box.
Declaration
public Coordinate UpperRight { get; set; }
Property Value
Coordinate
|