Hi,
Use of DrawArc1 on the desktop works well, but gives Overflow Exception on device.
The statement is:
Drawer1.DrawArc1(Pen1.Value,50,50,270,0,7,1)
The attached program illustrates the problem.
Any solution?
Harry
Sorry, I found the solution already myself. Changing 0 to 360 works both on the desktop and the device.
Use of DrawArc1 on the desktop works well, but gives Overflow Exception on device.
The statement is:
Drawer1.DrawArc1(Pen1.Value,50,50,270,0,7,1)
The attached program illustrates the problem.
Any solution?
Harry
Sorry, I found the solution already myself. Changing 0 to 360 works both on the desktop and the device.
Attachments
Last edited: