Show / Hide Table of Contents

    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 Source

    AllVertices(BoundingBox)

    Declaration
    public static IEnumerable<Point> AllVertices(this BoundingBox boundingBox)
    Parameters
    Type Name Description
    BoundingBox boundingBox
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Point>
    | Improve this Doc View Source

    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>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX