Search Results for

    Show / Hide Table of Contents

    Interface IMapView

    The initial view of the map

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

    Properties

    | Improve this Doc View Source

    CenterX

    Gets or sets the center X.

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

    The center X.

    | Improve this Doc View Source

    CenterY

    Gets or sets the center Y.

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

    The center Y.

    | Improve this Doc View Source

    Scale

    Gets or sets the scale.

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

    The scale.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng