Hello...
Im trying out this GDI+ a bit..just a beginner,so forgive me if I sound like a dummy...
VB Code:
System.Drawing.Drawing2D.LinearGradientBrush gradbr = new System.Drawing.Drawing2D.LinearGradientBrush(rec,Color.Blue,Color.Red);
What is the error on that line?
My compiler shows me this..
I have entered all the parameters in there i think..so,what is wrong there?Code:C:\Documents and Settings\Godwin\My Documents\Visual Studio Projects\testingsharp\Form1.cs(87): No overload for method 'LinearGradientBrush' takes '3' arguments
