scale

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

Scale the point by the given scale factor

Return

The scaled point

Parameters

xScale

The scale factor for the x axis

yScale

The scale factor for the y axis


fun scale(scale: Float): FormXPointF

Scale the point by the given scale factor.

Return

The scaled point

Parameters

scale

The scale factor for the x and y axis.