ImageDevice class

ImageDevice class

Represents rendering to raster formats: jpeg, png, bmp, gif, tiff.

Inheritance: ImageDeviceDevice

The ImageDevice type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the ImageDevice class.
initInitializes a new instance of the ImageDevice class by rendering options and stream provider.
initInitializes a new instance of the ImageDevice class.
initInitializes a new instance of the ImageDevice class by rendering options and output file name.
initInitializes a new instance of the ImageDevice class.
initInitializes a new instance of the ImageDevice class by rendering options and output stream.

Properties

PropertyDescription
options
graphic_context

Methods

MethodDescription
save_graphic_context
restore_graphic_context
begin_document
end_document
begin_page
end_page
flush
begin_element
end_element
close_path
move_to
line_to
add_rect
cubic_bezier_to
stroke
fill
clip
stroke_and_fill
fill_text
stroke_text
draw_image

See Also