Свойство | Тип | Описание | |
---|---|---|---|
X | double | ||
Y | double |
Метод | Описание | |
---|---|---|
PointD ( double x, double y ) |
Constructor
|
|
ToString ( ) : string |
returns a string representation of the point.
|
public PointD ( double x, double y ) | ||
x | double | X-Coordinate of the point. |
y | double | Y-Coordinate of the point. |