scale

fun scale(scaleX: Float, scaleY: Float): FormXRectF

Scale the rectangle by the given scale factors.

Return

The scaled rectangle.

Parameters

scaleX

The scale factor for the x axis.

scaleY

The scale factor for the y axis.