P
Peter
I want to display a rectange on my pocket pc, but nothing
happens
I'm using the following code
System.Drawing.SolidBrush myBrush = new
System.Drawing.SolidBrush(System.Drawing.Color.Red);
System.Drawing.Graphics formGraphics = this.CreateGraphics
();
formGraphics.FillRectangle(myBrush, new Rectangle
(0,0,200,300));
myBrush.Dispose();
formGraphics.Dispose();
anything wron in my thinking?
thank you for help
happens
I'm using the following code
System.Drawing.SolidBrush myBrush = new
System.Drawing.SolidBrush(System.Drawing.Color.Red);
System.Drawing.Graphics formGraphics = this.CreateGraphics
();
formGraphics.FillRectangle(myBrush, new Rectangle
(0,0,200,300));
myBrush.Dispose();
formGraphics.Dispose();
anything wron in my thinking?
thank you for help