GDI & Image Processing
-
Dear all, I design a chart view to show like in the link below: http://www.photoupload.org/image/3798.jpeg My solution is used an array that hold all points and used MoveTo() and LineTo() funtions to draw. But I need line is more smooth than now and I want to ask about solution to do I try to study http://www.codeproject.com/gdi/CTGraphics.asp but I didn't understand much! Thanks
-
Dear all, I design a chart view to show like in the link below: http://www.photoupload.org/image/3798.jpeg My solution is used an array that hold all points and used MoveTo() and LineTo() funtions to draw. But I need line is more smooth than now and I want to ask about solution to do I try to study http://www.codeproject.com/gdi/CTGraphics.asp but I didn't understand much! Thanks
-
Dear all, I design a chart view to show like in the link below: http://www.photoupload.org/image/3798.jpeg My solution is used an array that hold all points and used MoveTo() and LineTo() funtions to draw. But I need line is more smooth than now and I want to ask about solution to do I try to study http://www.codeproject.com/gdi/CTGraphics.asp but I didn't understand much! Thanks
To draw the line in the screen you need at least one pixel, other thing is the meaning in size of that pixel (according to the MAPMODE). Take a look with CreatePen and similars, you can configure the width, and selecting the object in the DC, you will use the configuration you need/want
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?