'Declaration
Public Overloads Sub FillGradientColor( _
ByVal a As System.Drawing.Color, _
ByVal b As System.Drawing.Color, _
ByVal linear As System.Boolean _
)
public void FillGradientColor(
System.Drawing.Color a,
System.Drawing.Color b,
System.bool linear
)
Parameters
a
Color of start point.
b
Color of end point.
linear
Indicates it is a linear or radiate gradient fill.