Skip to content

Crow.Drawing.SvgHandle

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Drawing

Inheritance Hierarchy

  • SvgHandle

Syntax

public class SvgHandle

Constructors

prototype description
SvgHandle () __
SvgHandle (byte[] data) __
SvgHandle (string file_name) __
SvgHandle (Device dev, Span< byte > bytes) __
SvgHandle (Device dev, string file_name) __

Properties

name description
Dimensions __
Dpi __

Methods

prototype description
void Dispose() __
void Dispose() __
void Render(Context cr) __
void Render(Context cr, string id) __
void Render(Context cr) __
void Render(Context cr, string id) __
void SetDpiXY(double dpi_x, double dpi_y) __

Events

name description
Clone this wiki locally