Create a solid pen with given color, fractional width and pattern.
Namespace: TallComponents.PDF.PensAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.Colors..::..Color
Color of this pen.
- width
- Type: System..::..Double
Width of this pen.
- pattern
- Type: TallComponents.PDF.Pens..::..DashPattern
Pattern of this pen.