Converts the object to a string representation such as 'X=10.1, Y=20.4'.
Syntax

[C#]

virtual string ToString();

[Visual Basic]

Overidable Function ToString() As String
Params
Name Description
return A string representation of the PointF.
Notes

None.

Example

None.