Search
Pen Constructor (Brush, Double)
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,
    double width
)

Visual Basic  Copy Code

Public New ( _
    brush As Brush, _
    width As Double _
)

 Parameters

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

 See Also