Surface.getFallbackResolution

This function returns the previous fallback resolution set by cairo_surface_set_fallback_resolution(), or default fallback resolution if never set. Since 1.8

class Surface
void
getFallbackResolution
(
out double xPixelsPerInch
,
out double yPixelsPerInch
)

Parameters

xPixelsPerInch double

horizontal pixels per inch

yPixelsPerInch double

vertical pixels per inch

Meta