'Declaration
Public Function New( _ ByVal style As System.Drawing.Drawing2D.HatchStyle, _ ByVal foregroundColor As System.Drawing.Color, _ ByVal backgroundColor As System.Drawing.Color _ )
'Usage
Dim style As System.Drawing.Drawing2D.HatchStyle Dim foregroundColor As System.Drawing.Color Dim backgroundColor As System.Drawing.Color Dim instance As New NHatchFillStyle(style, foregroundColor, backgroundColor)
public NHatchFillStyle( System.Drawing.Drawing2D.HatchStyle style, System.Drawing.Color foregroundColor, System.Drawing.Color backgroundColor )
Parameters
- style
- foregroundColor
- backgroundColor