I create a bitmap image. I can draw and save it successfulyl...i need
to know how to resize the bitmap when i add more and more drawings...or
how to add scroll bars to a large created bitmap.
My basic problem is to add scroll bars to a bitmap.
...
more >>
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
a time is too slow for my purposes....
more >>