Class BoundingBoxIterator
Inheritance
System.Object
BoundingBoxIterator
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.Projection
Assembly: Mapsui.dll
Syntax
public static class BoundingBoxIterator
Methods
| Improve this Doc View SourceAllVertices(BoundingBox)
Declaration
public static IEnumerable<Point> AllVertices(this BoundingBox boundingBox)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | boundingBox |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Point> |
GetCornerVertices(BoundingBox)
Declaration
public static IEnumerable<Point> GetCornerVertices(this BoundingBox boundingBox)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | boundingBox |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Point> |