Property | Type | Description | |
---|---|---|---|
X | double | ||
Y | double |
Method | Description | |
---|---|---|
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. |