moveTo

abstract fun moveTo(p: Point)
open fun moveTo(x: Float, y: Float)
open fun moveTo(x: Double, y: Double)
open fun moveTo(x: Int, y: Int)