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