SvgBitmap.Render Method
| Name | Parameters | Description |
|---|---|---|
| Render(ISvgPaletteProvider, Double, DefaultBoolean, DefaultBoolean) | paletteProvider, scaleFactor, useHighSpeedRendering, allowCache | Returns a raster image with the specified scale factor based on the SVG bitmap. |
| Render(Size, ISvgPaletteProvider, DefaultBoolean, DefaultBoolean) | imageSize, paletteProvider, useHighSpeedRendering, allowCache | Returns a raster image with the specified size based on the SVG bitmap. |