Converts the array of Points into a PointCollection
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public static PointCollection ToCollection( this Point[] thisPointArray ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function ToCollection ( _ thisPointArray As Point() _ ) As PointCollection |
Parameters
- thisPointArray
- Type: array<System.Windows..::..Point>[]()[][]