Creates path figure from the specified points.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
protected PathFigure[] RenderSegment( Point[] pts, double optRadius, Rect clip ) |
Visual Basic |
---|
Protected Function RenderSegment ( _ pts As Point(), _ optRadius As Double, _ clip As Rect _ ) As PathFigure() |
Parameters
- pts
- Type: array<System.Windows..::..Point>[]()[][]
- optRadius
- Type: System..::..Double
- clip
- Type: System.Windows..::..Rect