SvgBitmap.RenderToGraphics(Graphics, ISvgPaletteProvider, Double, DefaultBoolean) Method
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
public void RenderToGraphics(
Graphics g,
ISvgPaletteProvider paletteProvider = null,
double scaleFactor = 1,
DefaultBoolean useHighSpeedRendering = DefaultBoolean.Default
)
Parameters
Name | Type |
---|---|
g | Graphics |
Optional Parameters
Name | Type | Default |
---|---|---|
paletteProvider | DevExpress.Utils.Design.ISvgPaletteProvider | null |
scaleFactor | Double | 1 |
useHighSpeedRendering | DefaultBoolean | Default |
See Also