'Declaration
Public Function c( _
ByVal a As System.Integer, _
ByVal b As System.Integer, _
ByVal c As System.Integer, _
ByVal d As System.Integer _
) As System.Drawing.Brush
public System.Drawing.Brush c(
System.int a,
System.int b,
System.int c,
System.int d
)