question about working with System.Drawing.Graphics
- by backdoor
hi all.
i have a System.Drawing.Point[] filled with some System.Drawing.Point's.
so when i want to draw this points as a polygon in a System.Windows.Form instance , the final drawn polygon is not all in the screen or sometimes is very small (in screen shown as 2-3 pixel).
i wonder if there is some Library that using that i can just send Point[] to that and thatself scales and ... points and draws polygon manner that all points shown in screen and they are scaled to fit the screen (i mean small objects that shown as 2-3 pixel scale up to fit entire screen);
thaks all and sorry for my bad english...