http://www.vb-helper.com/HowTo/polypgon.zip

	Purpose
Use the PolyPolygon API function to draw polygons quickly

	Method
Use PolyPolygon.

Note: If you use a two-dimensional array of points, point numbers come first
and the polygon numbers second as in:

		pts(point_num, polygon_num).x = 110

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
