Glossary Item Box

LabDevTools Send comments on this topic.

DrawSpline Method

Draws a cardinal spline through a specified array of PointF structures using a specified tension.

 

[Visual Basic]
Public Sub DrawSpline(ByVal Points() As PointF, ByVal Color As Color, ByVal tension As Single)
[C#]
public void DrawSpline(PointF[] Points, Color Color, float tension);

 

    Parameters:

Points
Array of PointF structures that represent the points that define the curve.

Color

   Curve color.

 

tension
    Value greater than or equal to 0.0F that specifies the tension of the curve.

 

    Return value:

None.

 

     Remarks:

See also:

Clear | DrawArc | DrawClosedSpline | DrawEllipse | DrawLines | DrawPath | DrawPoint | DrawPolygon | DrawRectangle | FillClosedSpline | FillEllipse | FillPath | FillPolygon | FillRectangle | SavePicture

 


Copyright © 2007 LabDevTools. All Rights Reserved.