Convert.PointToString Method
Converts a given Point to a string.
[Visual Basic]Public Shared Function PointToString( _
ByVal
point As
Point _
) As
String Parameters
- point
- The point to convert.
Return Value
A string representation of the point.
See Also
Convert Class | NETXP.Library Namespace