Search Results for

    Show / Hide Table of Contents

    Interface IPoint2D

    Represents a point in 2 dimensional space

    Namespace: OSGeo.MapGuide.ObjectModels.Common
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IPoint2D

    Properties

    | Improve this Doc View Source

    X

    Gets or sets the X coordinate

    Declaration
    double X { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Y

    Gets or sets the Y coordinate

    Declaration
    double Y { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng