Command

object Command

Properties

Link copied to clipboard
const val CLOSE: Int = 4
Link copied to clipboard
const val CUBIC_TO: Int = 3
Link copied to clipboard
const val LINE_TO: Int = 1
Link copied to clipboard
const val MOVE_TO: Int = 0
Link copied to clipboard
const val QUAD_TO: Int = 2

Functions

Link copied to clipboard
fun getParamCount(command: Int): Int