Charting for WinForms Programmer's Guide
Converter.ToPointString Method
See Also
 






Converts the list of PointF objects to a comma separated string.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string ToPointString (
    List<PointF> points
)

Visual Basic  Copy Code

Public Shared Function ToPointString( _
    points As List(Of PointF) _
) As String

 Parameters

points

The list of PointF objects to convert.

 Return Value

A comma separated string.

 See Also

Converter Members
Converter Class
MindFusion.Json Namespace