LocationRect Methods

Bing
 

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether this location rectangle is equal to the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code for this location rectangle.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIntersection(LocationRect)

Retrieves the intersection rectangle of this location rectangle and the specified location rectangle.

System_CAPS_pubmethodIntersects(LocationRect)

Determines whether this location rectangle intersects with the specified location rectangle.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners.(Overrides Object.ToString().)

System_CAPS_pubmethodToString(IFormatProvider)

Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners using a given format provider.

Return to top
Show: