Search Results for

    Show / Hide Table of Contents

    Struct PointD

    Simple struct that stores X and Y coordinates as doubles.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    [Serializable]
    public struct PointD

    Constructors

    | Improve this Doc View Source

    PointD(Double, Double)

    Construct a PointD object from two double values.

    Declaration
    public PointD(double x, double y)
    Parameters
    Type Name Description
    Double x

    The X coordinate

    Double y

    The Y coordinate

    Fields

    | Improve this Doc View Source

    X

    The X coordinate

    Declaration
    public double X
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Y

    The Y coordinate

    Declaration
    public double Y
    Field Value
    Type Description
    Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX