'Declaration
Public Shared Sub FillHalfToneRectangle( _ ByVal g As System.Drawing.Graphics, _ ByVal light As System.Drawing.Color, _ ByVal dark As System.Drawing.Color, _ ByVal bounds As NRectangle _ )
'Usage
Dim g As System.Drawing.Graphics Dim light As System.Drawing.Color Dim dark As System.Drawing.Color Dim bounds As NRectangle NBrushHelper.FillHalfToneRectangle(g, light, dark, bounds)
public static void FillHalfToneRectangle( System.Drawing.Graphics g, System.Drawing.Color light, System.Drawing.Color dark, NRectangle bounds )
Parameters
- g
- light
- dark
- bounds