lineTo

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