Glossary Item Box

LabDevTools Send comments on this topic.

DrawLines Method

Draws a series of line segments that connect an array of PointF structures.

 

[Visual Basic]
Public Sub DrawLines(ByVal Points() As PointF,ByVal Color As Color)
[C#]
public void DrawLines(PointF[] Points,Color Color);

   

    Parameters:

Points
Array of PointF structures that represent the points to connect.

Color

   Color of the lines. 

    Return value:

None.

See also:

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

 


Copyright © 2007 LabDevTools. All Rights Reserved.