Charting for WinForms Programmer's Guide
Pen Constructor (Color)
See Also
 






Initializes a new instance of the Pen class with the specified color.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Pen (
    Color color
)

Visual Basic  Copy Code

Public New ( _
    color As Color _
)

 Parameters

color
A Color structure that specifies the color of the new pen.

 See Also

Pen Constructor Overload List
Pen Class
MindFusion.Drawing Namespace