specifying height and width in float

Mar 5 2008 1:30 AM

Graphics.DrawRectangle(p1, pin.X, pin.Y, 1, 1);  this command draws a rectangle of height and width of 1 pixel. But i need to draw the same with a height and width of .2 pixel. Can any one suggest me how to do so?


Answers (3)