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






Initializes a new instance of the Pen class given its string representation.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Pen (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation
A string that represents the serialized pen.

 See Also

Pen Constructor Overload List
Pen Class
MindFusion.Drawing Namespace