Hi all,
I have a doubt regarding window graphics painting.
As we already know we can draw a rectangle in window.
Ok...
Suppose I am drawing a rectangle with values ( 0, 0, 100, 100 ).
Now my question is,
can I draw a rectangle with values (0.5, 0.75, 100.1, 100.4) or something like that.
Why I am asking because, according to my understanding pixel is the smallest possible drawing resolution.
If it is possible, could you please help to implement that?
Regards,
Krishnakumar