scale

fun scale(factorX: <Error class: unknown class>, factorY: <Error class: unknown class>): Transform?

Scales @next in 2-dimensional space by the given factors.

Use method@Gsk.Transform.scale_3d to scale in all 3 dimensions.

This function consumes @next. Use method@Gsk.Transform.ref first if you want to keep it around.

Return

The new transform

Parameters

factorX

scaling factor on the X axis

factorY

scaling factor on the Y axis