Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / Pen Constructor / Pen Constructor(Color)
Color of the lines drawn with this pen.

In This Topic
    Pen Constructor(Color)
    In This Topic
    Initializes a new instance of a Pen.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public Pen( 
       System.Drawing.Color color
    )

    Parameters

    color
    Color of the lines drawn with this pen.
    See Also