Mar 11, 2002 #1 Wings Programmer Joined Feb 14, 2002 Messages 247 Location US Does any one know a quick painless way to draw a U shape instead of Plotting every single point with the Moveto, and Lineto functions?
Does any one know a quick painless way to draw a U shape instead of Plotting every single point with the Moveto, and Lineto functions?
Mar 11, 2002 #2 LDan Programmer Joined Mar 11, 2002 Messages 9 Location RU Try to combine such WinAPI fucntions as Polyline, PolyDraw or draw shape in Paint, Photoshop and simpy load it on Canvas... Upvote 0 Downvote
Try to combine such WinAPI fucntions as Polyline, PolyDraw or draw shape in Paint, Photoshop and simpy load it on Canvas...