'Declaration
Public Function New( _ ByVal color As PdfPatternColor, _ ByVal width As Double _ )
'Usage
Dim color As PdfPatternColor Dim width As Double Dim instance As New PdfPatternPen(color, width)
public PdfPatternPen( PdfPatternColor color, double width )
public: PdfPatternPen( PdfPatternColor^ color, double width )
Parameters
- color
- Pen color.
- width
- Pen width.