drawLine

actual open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)(source)

Draw a straight line from point (x1,y1) to (x2,y2).

expect fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)(source)

Draw a straight line from point (x1,y1) to (x2,y2).

actual open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)(source)

Draw a straight line from point (x1,y1) to (x2,y2).

actual open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)(source)

Draw a straight line from point (x1,y1) to (x2,y2).