Class BoundingBoxExtensions
Inheritance
System.Object
BoundingBoxExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Geometries
Assembly: Mapsui.dll
Syntax
public static class BoundingBoxExtensions
Methods
| Improve this Doc View SourceCopy(BoundingBox)
Declaration
public static BoundingBox Copy(this BoundingBox original)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | original |
Returns
Type | Description |
---|---|
BoundingBox |
IsInitialized(BoundingBox)
Declaration
public static bool IsInitialized(this BoundingBox box)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | box |
Returns
Type | Description |
---|---|
System.Boolean |
ToExtent(BoundingBox)
Declaration
public static Extent ToExtent(this BoundingBox boundingBox)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | boundingBox |
Returns
Type | Description |
---|---|
BruTile.Extent |