fivenine.UnifiedMaps.MapRegion.MapRegion C# (CSharp) Method

MapRegion() public method

Discribes a rectangular region. This region usually encloses a set of geometries or represents a area of view.
public MapRegion ( Position topLeft, Position bottomRight ) : System
topLeft Position The top left coordinates of the bounding box.
bottomRight Position The bottom right coordinate of the bounding box.
return System
        public MapRegion(Position topLeft, Position bottomRight)
            : this( topLeft.Longitude, topLeft.Latitude, bottomRight.Longitude, bottomRight.Latitude )
        {
        }

Same methods

MapRegion::MapRegion ( Position center, double width, double height ) : System
MapRegion::MapRegion ( double minX, double maxY, double maxX, double minY ) : System