Search
Pen Constructor (Brush)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Pen (
    Brush brush
)

Visual Basic  Copy Code

Public Sub Pen ( _
    brush As Brush _
)

 Parameters

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

 See Also