scaleY

fun scaleY(scalar: Number)

Scales this ComponentView's height by the given scalar.

Parameters

scalar

New y scale.

Throws

If the given scalar is negative.


var scaleY: Double

Vertical scale of this ComponentView.

See also