ToString Method
ToString()
Converts the current Point to a human readable string.
Declaration
public override string ToString()
Public Overrides Function ToString() As String
Returns
| Type |
Description |
| string |
A string that represents the current Point structure.
|
Overrides