move

fun move(from: PointF, to: PointF, redraw: Boolean)

Translates the view by a vector defined by screen points.

Parameters

from

First screen coordinate point.

to

Second screen coordinate point.

redraw

A flag that indicates whether the view must be redrawn or not.