PointCollection::ToString Method (IFormatProvider^)
.NET Framework (current version)
Creates a String representation of this PointCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- provider
-
Type:
System::IFormatProvider^
Culture-specific formatting information.
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 get a string representation of a PointCollection.
.NET Framework
Available since 3.0
Available since 3.0
Show: