SkiaCanvasDevice class

SkiaCanvasDevice class

Represents a SkiaSharp-based rendering device that integrates with a canvas provider for managing drawing surfaces.

Inheritance: SkiaCanvasDeviceDevice

The SkiaCanvasDevice type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the SkiaCanvasDevice class using specific rendering options
and a Skia canvas provider. This constructor creates a device that is ready for SkiaSharp rendering,
using the provided canvas provider for managing the drawing surface.

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