set_dpi_x_y


Description:

[ Version ( since = "2.8" ) ]
public void set_dpi_x_y (double dpi_x, double dpi_y)

Sets the DPI at which the this will be rendered.

Common values are 75, 90, and 300 DPI.

Passing a number <= 0 to dpi will reset the DPI to whatever the default value happens to be, but since [ id@rsvg_set_default_dpi_x_y] is deprecated, please do not pass values <= 0 to this function.

Parameters:

this

An [class@Rsvg.Handle]

dpi_x

Dots Per Inch (i.e. Pixels Per Inch)

dpi_y

Dots Per Inch (i.e. Pixels Per Inch)