Create a solid pen with given color, fractional width and pattern.

Namespace: TallComponents.PDF.Layout.Pens
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Parameters

color
Type: TallComponents.PDF.Layout.Colors..::..Color
Color of this pen.
width
Type: System..::..Double
Width of this pen.
pattern
Type: TallComponents.PDF.Layout.Pens..::..DashPattern
Pattern of this pen.

See Also