void DrawRasterImage(int sourceX, int sourceY, int sourceWidth, int sourceHeight, double destinationX, double destinationY, double destinationWidth, double destinationHeight, RasterImage image, string tag=null)
Draw a raster image.
Represents a Graphics object with a width and height.
Graphics Graphics
Graphics surface of the page.
static Func< string, bool, Page > Parser(Func< string, bool, Page > parseSVG)
Parses an image URI into a page. This is intended to replace the default image URI interpreter in Vec...