abstract fun panBy(dx: Float, dy: Float, animate: Boolean): Unit
Pans the content by the given quantity in dx-dy values. These are referred to the content size so they do not depend on current zoom.
In other words, asking to pan by 1 pixel might result in a bigger pan, if the content was zoomed in.