Is there a way to draw Polygons by using BitMapCreator?
I am looking for a feature like:
Dim BC as BitmapCreator
BC.drawpoly((Array X1,Y1,X2,Y2,X3,Y3...etc), Linethickness(dip), Colour(RGB), Fill Polygon (true/false))
Obviously, the routine should preferably be as fast as possible.