Search Results for

    Show / Hide Table of Contents

    Struct Coords

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: editdocuments
    Assembly: editdocuments.dll
    Syntax
    public struct Coords

    Constructors

    | Improve this Doc View Source

    Coords(Double, Double)

    Declaration
    public Coords(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    Properties

    | Improve this Doc View Source

    X

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

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright @ 2022 Luighi Viton-Zorrilla, lv@luighiviton.com
    Generated with DocFX