Method | Description | |
---|---|---|
Clone ( ) : |
Makes a copy of the current instance.
|
|
Contains ( |
||
Empty ( ) : |
Returns an empty map region.
|
|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
FromPositions ( IEnumerable |
Creates a new map region that includes the specified positons.
|
|
Include ( |
||
Inflate ( float height, float width ) : |
Inflates the current region with the given dimensions.
|
|
MapRegion ( |
Discribes a rectangular region. This region usually encloses a set of geometries or represents a area of view.
|
|
MapRegion ( |
Discribes a rectangular region. This region usually encloses a set of geometries or represents a area of view.
|
|
MapRegion ( double minX, double maxY, double maxX, double minY ) : System |
Discribes a rectangular region. This region usually encloses a set of geometries or represents a area of view.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
World ( ) : |
Creates a map region that includes the whole world.
|
Method | Description | |
---|---|---|
Equals ( |
Determines whether the specified MapRegion is equal to the current.
|
Method | Description | |
---|---|---|
ClampHeight ( double height ) : double | ||
ClampWidth ( double width ) : double | ||
GetHashCode ( ) : int | ||
RecalculateDimensionsAndCenter ( ) : void |
protected Equals ( |
||
other | The object to compare with the current object. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |
public static FromPositions ( IEnumerable |
||
positions | IEnumerable |
The positions. |
return |
public Inflate ( float height, float width ) : |
||
height | float | The height. |
width | float | The width. |
return |
public MapRegion ( |
||
topLeft | The top left coordinates of the bounding box. | |
bottomRight | The bottom right coordinate of the bounding box. | |
return | System |
public MapRegion ( |
||
center | Center of the bounding box | |
width | double | Width of bounding box in degress |
height | double | Height of bounding box in degress |
return | System |
public MapRegion ( double minX, double maxY, double maxX, double minY ) : System | ||
minX | double | Mininium X value (longitude), left most coordinate. |
maxY | double | Maximium Y value (laitude), northern most coordinate. |
maxX | double | Maximium X value (longitude), right most coordinate. |
minY | double | Minimium Y value (latitude), southern most coordinate. |
return | System |