Glossary Item Box

LabDevTools Send comments on this topic.

DrawClosedSpline Method

Draws a closed cardinal spline defined by an array of PointF structures using a specified tension.

 

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

 

    Parameters:

Points
Array of PointF structures that define the spline.

Color

   Color of the curve.

 

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

 

    Return value:

None.

Remarks:
See also:

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

 


Copyright © 2007 LabDevTools. All Rights Reserved.