Thank you very much it working really good!
used:
AVDevRect test3;
test3.bottom = y;
test3.top = y + 1;
test3.right = x + 1;
test3.left = x;
ASFixedRect test;
AVPageViewDeviceRectToPageRZ(currentPageView,0,0,0,&test3,&test) ;
Y = ASFixedRoundToInt32(test.bottom);
X = ASFixedRoundToInt32(test.left);
Going to refind it now.