hi
sometimes the pixels are calculated with floating point precison(ex.QPointF class)
But, a pixel is always an interger value(ex:1024*768 pixels )

if (0,0)represents 1st pixel in the screen(top left corner) then

which pixel does (0.1,0.1) represent.