'Declaration
Public Shared Sub FillHalfTonePath( _ ByVal g As System.Drawing.Graphics, _ ByVal light As System.Drawing.Color, _ ByVal dark As System.Drawing.Color, _ ByVal path As System.Drawing.Drawing2D.GraphicsPath, _ ByVal bounds As NRectangle _ )
'Usage
Dim g As System.Drawing.Graphics Dim light As System.Drawing.Color Dim dark As System.Drawing.Color Dim path As System.Drawing.Drawing2D.GraphicsPath Dim bounds As NRectangle NBrushHelper.FillHalfTonePath(g, light, dark, path, bounds)
Parameters
- g
- light
- dark
- path
- bounds