|
-
February 15th, 2003, 08:59 PM
#1
Polygons
What is the code for drawing polygons? I cannot find the real code anywhere. My book doesn't have it.
-
February 15th, 2003, 09:10 PM
#2
this site -> Graphics & Multimedia -> GDI -> General
Java is not platform-independent, it is the platform.
-
February 15th, 2003, 09:18 PM
#3
-
February 15th, 2003, 09:24 PM
#4
Java is not platform-independent, it is the platform.
-
February 16th, 2003, 02:13 PM
#5
polygons...
Where can I find the code for drawing (5 sided) polygons (C#)?
-
February 17th, 2003, 02:58 PM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|