-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Drawing.SvgHandle
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow.Drawing
SvgHandle
public class SvgHandle
⬜ | prototype | description |
---|---|---|
SvgHandle () |
__ | |
SvgHandle (byte[] data) |
__ | |
SvgHandle (string file_name) |
__ | |
SvgHandle (Device dev, Span< byte > bytes) |
__ | |
SvgHandle (Device dev, string file_name) |
__ |
⬜ | name | description |
---|---|---|
Dimensions |
__ | |
Dpi |
__ |
⬜ | 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) |
__ |
⬜ | name | description |
---|