aaryear2
February 15th, 2003, 07:59 PM
What is the code for drawing polygons? I cannot find the real code anywhere. My book doesn't have it.
|
Click to See Complete Forum and Search --> : Polygons aaryear2 February 15th, 2003, 07:59 PM What is the code for drawing polygons? I cannot find the real code anywhere. My book doesn't have it. Zhanghao February 15th, 2003, 08:10 PM this site -> Graphics & Multimedia -> GDI -> General aaryear2 February 15th, 2003, 08:18 PM I meant in C#... Zhanghao February 15th, 2003, 08:24 PM oooooh sorry aaryear2 February 16th, 2003, 01:13 PM Where can I find the code for drawing (5 sided) polygons (C#)? pareshgh February 17th, 2003, 01:58 PM the graphics object has drawpolygons and you have to supply either path or points with endpoints.. so it will make a polygon. this will be on paint ofcourse.. Paresh codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |