[Android.Runtime.Register("getLocationInWindow", "([I)V", "GetGetLocationInWindow_arrayIHandler")] public virtual voidGetLocationInWindow (int[] location)
Parameters
location
an array of two integers in which to hold the coordinates
Remarks
Computes the coordinates of this view in its window. The argument
must be an array of two integers. After the method returns, the array
contains the x and y location in that order.