Class Point
Point object.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public class Point
Constructors
| Improve this Doc View SourcePoint(Double, Double)
Declaration
public Point(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
Double | x | |
Double | y |
Properties
| Improve this Doc View SourceX
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
Double |
Y
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
Double |
Methods
| Improve this Doc View SourceClone()
Declaration
public Point Clone()
Returns
Type | Description |
---|---|
Point |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |