scale

fun scale(xScale: Float, yScale: Float): FormXDocumentRegion

Scale the region by the given scale factors.

Return

The scaled region.

Parameters

xScale

The scale factor for the x axis.

yScale

The scale factor for the y axis.