getPanRemaining

public final void getPanRemaining(RectF vTarget)

Calculate how much further the image can be panned in each direction. The results are set on the supplied RectF and expressed as screen pixels. For example, if the image cannot be panned any further towards the left, the value of left will be set to 0.

Parameters

vTarget

target object for results. Re-use for efficiency.