LinearGradientBrush, too many arguments to public Sub New().
I am using thisLinearGradientBrush to chnage the gradient color of my ToolStripButton which is on ToolStrip control. I've the follwoing code Dim
Dim yAsInteger = 20
Dim hAsInteger = 100
Dim wAsInteger = 200
Dim myRectAsNew Rectangle(x, y, w, h)
Dim myLGBrushAsNew LinearGradientBrush(myRect, Color.Blue, Color.Aquamarine, 45.0F,True)
But I'm getting too many arguments to public Sub New().
Any help will be highly apprecieted.
Thanks
Khalid Mirza
KhalidJalil@Hotmail.Com

