public static double ConvertCanvasWidthToExtentWidth(this CanvasView canvasView, double canvasWidth) =>
 CanvasCoordinateConversions.ConvertCanvasWidthToExtentWidth(canvasWidth, canvasView.ScaleRatio);