Search Results for

    Show / Hide Table of Contents

    Interface IEnvelope

    Represents a rectangular bounding box

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.Common
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IEnvelope : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    MaxX

    Gets or sets the max X.

    Declaration
    double MaxX { get; set; }
    Property Value
    Type Description
    System.Double

    The max X.

    | Improve this Doc View Source

    MaxY

    Gets or sets the max Y.

    Declaration
    double MaxY { get; set; }
    Property Value
    Type Description
    System.Double

    The max Y.

    | Improve this Doc View Source

    MinX

    Gets or sets the min X.

    Declaration
    double MinX { get; set; }
    Property Value
    Type Description
    System.Double

    The min X.

    | Improve this Doc View Source

    MinY

    Gets or sets the min Y.

    Declaration
    double MinY { get; set; }
    Property Value
    Type Description
    System.Double

    The min Y.

    Extension Methods

    EnvelopeExtensions.IsEmpty(IEnvelope)
    EnvelopeExtensions.Center(IEnvelope)
    EnvelopeExtensions.Clone(IEnvelope)
    EnvelopeExtensions.ExpandToInclude(IEnvelope, IEnvelope)
    EnvelopeExtensions.Contains(IEnvelope, Double, Double)
    EnvelopeExtensions.Intersects(IEnvelope, IEnvelope)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng