scale Inches To Pixel
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.
canvas Width
The width of the canvas.
canvas Height
The height of the canvas.