ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / DrawLines Method
A Pen indicate the draw-style of lines
A System.Drawing.Point array indicate the line segments.

In This Topic
    DrawLines Method
    In This Topic
    Draw the special lines on current Graphics by using the special pen.
    Syntax
    'Declaration
     
    
    Public Sub DrawLines( _
       ByVal pen As Pen, _
       ByVal points() As Point _
    ) 
    public void DrawLines( 
       Pen pen,
       Point[] points
    )

    Parameters

    pen
    A Pen indicate the draw-style of lines
    points
    A System.Drawing.Point array indicate the line segments.
    Exceptions
    ExceptionDescription
    Defines an exception class to handle the system error.
    See Also