gdi+ question
vipin aravind
vipin.aravind@wipro.com
Fri Feb 8 03:58:00 GMT 2002
The following code snippet is failing when I use
local variable for Pen and Graphics instead of
dynamically allocating them. Can someone help me out with a reason?
StartDoc(dlg.hDC, &di);
StartPage(dlg.hDC);
GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL);
Pen *pen = new Pen(Color(255, 0, 0, 255));
Graphics *graphics = new Graphics(dlg.hDC);
graphics->DrawLine(pen, 0, 0, 800, 200);
delete pen;
delete graphics;
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: InterScan_Disclaimer.txt
URL: <http://cygwin.com/pipermail/cygwin/attachments/20020208/e12bd347/attachment.txt>
-------------- next part --------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list