[]
Represents point.
public sealed class _Point : ValueType
| Name | Description |
|---|---|
| _Point(double, double) | Creates an instance of _Point. |
| Name | Description |
|---|---|
| X | X-coordinate. |
| Y | Y-coordinate. |
| Name | Description |
|---|---|
| Clone() | Clones the specified point. |
| ToString() | Output X, Y as string. |