Class BoundingBox
Inheritance
System.Object
BoundingBox
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: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class BoundingBox
Constructors
BoundingBox()
Declaration
public BoundingBox()
Properties
EastLongitude
Declaration
public double EastLongitude { get; set; }
Property Value
System.Double
|
NorthLatitude
Declaration
public double NorthLatitude { get; set; }
Property Value
System.Double
|
SouthLatitude
Declaration
public double SouthLatitude { get; set; }
Property Value
System.Double
|
WestLongitude
Declaration
public double WestLongitude { get; set; }
Property Value
System.Double
|