Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As ChartGraphics
Dim pen As Pen
Dim points() As PointF
Dim offset As Integer
Dim numberOfSegments As Integer
Dim tension As Single
instance.DrawCurve(pen, points, offset, numberOfSegments, tension)
|
Parameters
- pen
-
- points
-
- offset
-
- numberOfSegments
-
- tension
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also