Draws a cardinal spline through a specified array of Point structures using a specified tension.
Namespace: MindFusion.Drawing
Package: MindFusion.Common
Syntax
C#
Copy Code
|
---|
void DrawCurve ( Pen pen, Point[] points, int offset, int numberOfSegments, float tension ) |
Visual Basic
Copy Code
|
---|
Sub DrawCurve( _ pen As Pen, _ points() As Point, _ offset As Integer, _ numberOfSegments As Integer, _ tension As Single _ ) |
Parameters
See Also