public static double ConvertExtentHeightToCanvasHeight(this CanvasView canvasView, double extentHeight) =>
 CanvasCoordinateConversions.ConvertExtentHeightToCanvasHeight(extentHeight, canvasView.ScaleRatio);