Show / Hide Table of Contents

    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 Source

    Copy(BoundingBox)

    Declaration
    public static BoundingBox Copy(this BoundingBox original)
    Parameters
    Type Name Description
    BoundingBox original
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    IsInitialized(BoundingBox)

    Declaration
    public static bool IsInitialized(this BoundingBox box)
    Parameters
    Type Name Description
    BoundingBox box
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ToExtent(BoundingBox)

    Declaration
    public static Extent ToExtent(this BoundingBox boundingBox)
    Parameters
    Type Name Description
    BoundingBox boundingBox
    Returns
    Type Description
    BruTile.Extent
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX