public void CopyFrom(PointerCoords other) /* MethodBuilder.Create */ { }
public static MotionEvent obtain(long downTime, long eventTime, int action, int pointerCount, PointerProperties[] pointerProperties, PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags) { throw null; }
public PointerCoords(PointerCoords pointerCoords) /* MethodBuilder.Create */ { }
public static Point ToPoint(PointerCoords pointerCoords) => ToPoint(pointerCoords.X, pointerCoords.Y);