how to realize a fuction of Gdi+ "DrawCurve"
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
the gdiplus draw a spline line through some pots,how can i do that fuction like Graphic::DrawCurve(...) thanks very much! ZHANGYIFEI
-
the gdiplus draw a spline line through some pots,how can i do that fuction like Graphic::DrawCurve(...) thanks very much! ZHANGYIFEI
Do you mean how you could use a similary function in C++ Win32 API?? Why not use the
Graphics
object and MC++? :) Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++! -
the gdiplus draw a spline line through some pots,how can i do that fuction like Graphic::DrawCurve(...) thanks very much! ZHANGYIFEI