render


Description:

public void render (Context cairo)

Render the page to the given cairo context.

This function is for rendering a page that will be displayed. If you want to render a page that will be printed use render_for_printing instead. Please see the documentation for that function for the differences between rendering to the screen and rendering to a printer.

Parameters:

this

the page to render from

cairo

cairo context to render to