Search
Pen Constructor (Color, Single)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Pen (
    Color color,
    float width
)

Visual Basic  Copy Code

Public New ( _
    color As Color, _
    width As Single _
)

 Parameters

color
A Color structure that specifies the color of the new pen.
width
The width of the new pen.

 See Also