Class ReferencedRectangle
Represents a referenced rectangle location with a graph as a reference.
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 ReferencedRectangle : ReferencedLocation
Remarks
The reference graph play no part here, a rectangle is just a rectangle.
Properties
LowerLeftLatitude
Gets or sets the lower left latitude.
Declaration
public double LowerLeftLatitude { get; set; }
Property Value
System.Double
|
LowerLeftLongitude
Gets or sets the lower left longitude.
Declaration
public double LowerLeftLongitude { get; set; }
Property Value
System.Double
|
UpperRightLatitude
Gets or sets the upper right latitude.
Declaration
public double UpperRightLatitude { get; set; }
Property Value
System.Double
|
UpperRightLongitude
Gets or sets the upper right longitude.
Declaration
public double UpperRightLongitude { get; set; }
Property Value
System.Double
|
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
System.Object
|