Point::ToString Method ()

 

Creates a String representation of this Point.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A String containing the X and Y values of this Point structure.

The following example shows how to use the ToString method to get a String representation of a Point structure.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: