Hello :)
i worked many time with the Point structure on my projects
i noticed that there is a brother to Point calls PointF (its Point with floats as X & Y)
the thing i dont understand is why i saw a lot of drawing functions that uses RectangleF and PointF - why is that? the pixels are int... and if i need to draw a string for example why i need to put in a RectangleF as the borders of the string? why not Rectangle?
hope u understand the question
Thanks :)