| MapRectangle Methods | 
The MapRectangle type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Resize | 
            Resizes the area covered by the rectangle. Creates and returns a new rectangle reflecting the changes.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ApproximateBoundingBox(ICoordinateTransformation, Int32, Double) | Overloaded. 
            Transforms a bounding box from one CRS to another.
            (Defined by MapServiceExtensions.) | 
|  | ApproximateBoundingBox(String, String, Int32, Double) | Overloaded. 
            Transforms a bounding box from one CRS to another.
            (Defined by MapServiceExtensions.) | 
|  | AspectRatio |  Determines the aspect ratio, given a bounding box. (Defined by MapServiceExtensions.) | 
|  | EqualsAspect |  Determines if two bounding boxes have the same aspect ratio. (Defined by MapServiceExtensions.) | 
|  | Size |  Determines the size of a bounding box. (Defined by MapServiceExtensions.) | 
|  | Stream | 
            Streams the logical extents of a bounding box. 
            This can be used check all values with a single Linq expression.
            (Defined by WmtsMapServiceExtensions.) | 
|  | ToJson |  Converts an object to a JSON string representation. (Defined by JSONWriter.) | 
|  | TransformBoundingBox(ICoordinateTransformation, Int32) | Overloaded. 
            Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
            (Defined by MapServiceExtensions.) | 
|  | TransformBoundingBox(String, String, Int32) | Overloaded. 
            Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
            (Defined by MapServiceExtensions.) | 
 See Also
See Also