ComponentOne PDF for WPF and Silverlight
Pen Constructor(Color,Double)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > Pen Class > Pen Constructor : Pen Constructor(Color,Double)
Color of the lines drawn with this pen.
Width of the lines drawn with this pen in points.
Initializes a new instance of a Pen.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Double _
)
public Pen( 
   Color color,
   double width
)

Parameters

color
Color of the lines drawn with this pen.
width
Width of the lines drawn with this pen in points.
See Also

Reference

Pen Class
Pen Members
Overload List