ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also