scale

fun scale(s: Scale)

Scales the current transform matrix by sx and sy


fun scale(sx: Float, sy: Float)
fun scale(sx: Double, sy: Double)
fun scale(scale: Double)


fun scale(scale: Float)

Scales the current transform matrix by scale