Sorry for my bad expression,I mean,how to get the pixel position and pixel size of Panel or Widget on the screen, like the below code:
if(GUI.Button(new Rect(5,60,50,50),"Login hiden"))
in above code, i know the pixel Button's position and size on screen,
and how to get the same value like GUI.Button of the NGUI widget?