Groups | Blog | Home
all groups > dotnet drawing api > january 2006 >

dotnet drawing api : Drawing multiple polygons


bmc99
1/30/2006 3:32:27 PM
In GDI there was a function called PolyPolygon that would draw an array of
polygons. I cannot find an equivalent function in GDI+. Am I missing
something? There is a function called DrawPolygon but drawing one polygon at
Frank Hileman
1/31/2006 8:15:17 AM
A GraphicsPath can contain multiple polygons. It is roughly equivalent.


Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio graphics editor

[quoted text, click to view]

Bob Powell [MVP]
1/31/2006 4:20:51 PM
There is no equivalent to the PolyPolygon method in GDI+.



--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





[quoted text, click to view]

Bob Powell [MVP]
2/1/2006 7:03:16 PM
True, _roughly_ equivalent..

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.



[quoted text, click to view]

AddThis Social Bookmark Button