MindFusion.Charting for WebForms Programmer's Guide
Pen Constructor (Brush, Single)
See Also
 



Initializes a new instance of the Pen class with the specified Brush object and the specified width.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Pen (
    Brush brush,
    float width
)

Visual Basic  Copy Code

Public Sub Pen ( _
    brush As Brush, _
    width As Single _
)

 Parameters

brush
A Brush instance that determines the fill properties of the new pen.
width
The width of the new pen.

 See Also

Pen Constructor Overload List
Pen Class
MindFusion.Drawing Namespace