WebPlanner Programmer's Guide

Pen Constructor (Brush)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: 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