G
Guest
Hi, I'm using VS.NET 2003 and C# to build a little CAD application for Compact Framework. I've seen that the drawing speed is quite low (in the emulator...), I've used DrawLine method. How can I increase the drawing performance ?
To solve this problem I've tried to use DllImport attribute and tried to use the old MoveTo and LineTo, but in the Graphics object I cannot call the GetHdc method. Is this method available for Compact Framework or not ? If not what can I do ?
Thank you in advance for your help.
Keven Corazza
To solve this problem I've tried to use DllImport attribute and tried to use the old MoveTo and LineTo, but in the Graphics object I cannot call the GetHdc method. Is this method available for Compact Framework or not ? If not what can I do ?
Thank you in advance for your help.
Keven Corazza