scaleInchesToPixel

fun scaleInchesToPixel(inches: Double, canvasWidth: Double = CANVAS_WIDTH, canvasHeight: Double = CANVAS_HEIGHT): Double

Scales inches to pixels based on canvas dimensions.

Return

The measurement in pixels.

Parameters

inches

The measurement in inches.

canvasWidth

The width of the canvas.

canvasHeight

The height of the canvas.