Surface.getFallbackResolution
void getFallbackResolution(out double xPixelsPerInch, out double yPixelsPerInch)This function returns the previous fallback resolution set by [cairo.surface.Surface.setFallbackResolution], or default fallback resolution if never set.
Parameters
xPixelsPerInch | horizontal pixels per inch |
yPixelsPerInch | vertical pixels per inch |