question about working with System.Drawing.Graphics
Posted
by backdoor
on Stack Overflow
See other posts from Stack Overflow
or by backdoor
Published on 2010-05-20T11:55:04Z
Indexed on
2010/05/20
12:00 UTC
Read the original article
Hit count: 252
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...
© Stack Overflow or respective owner