Class Point
Point object.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public class Point
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 |