Show / Hide Table of Contents

    Class Point

    Point object.

    Inheritance
    Object
    Point
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Point : object

    Constructors

    Point(Double, Double)

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

    Properties

    X

    Declaration
    public double X { get; }
    Property Value
    Type Description
    Double

    Y

    Declaration
    public double Y { get; }
    Property Value
    Type Description
    Double

    Methods

    Clone()

    Declaration
    public Point Clone()
    Returns
    Type Description
    Point

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Back to top Generated by DocFX