PointCollection::ToString Method ()
.NET Framework (current version)
Creates a String representation of this PointCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Return Value
Type: System::String^Returns a String containing the X and Y values of the Point structures in this PointCollection.
The following code example shows how to create a string representation of PointCollection.
.NET Framework
Available since 3.0
Available since 3.0
Show: