'Declaration
Public Function New( _ ByVal width As Double, _ ByVal height As Double, _ ByVal style As PdfHatchBrushStyle _ )
'Usage
Dim width As Double Dim height As Double Dim style As PdfHatchBrushStyle Dim instance As New PdfHatchBrush(width, height, style)
Parameters
- width
- The width of the brush hatch model.
- height
- The height of the brush hatch model.
- style
- The style of the hatch brush.