Search
Pen Constructor (Brush, Double)
See Also
 






Initializes a new instance of the Pen class.

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 object that defines the fill properties of the pen.

width

The initial width of the pen.

 See Also