Cannot implicitly convert type `UICamera.MouseOrTouch' to `UnityEngine.Vector3'

private Vector3 startpoint;

error in line:

startpoint = UICamera.currentTouch;

startpoint = UICamera.currentTouch.pos;