Initializes a new instance of a Pen.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public Pen(
	Color color,
	double width
)
Visual Basic
Public Sub New ( _
	color As Color, _
	width As Double _
)

Parameters

color
Type: System.Windows.Media..::..Color
Color of the lines drawn with this pen.
width
Type: System..::..Double
Width of the lines drawn with this pen in points.

See Also