ReaderSvgRenderToBitmap Method |
Name | Description | |
---|---|---|
RenderToBitmap(Brush) |
Renders the read svg objects into bitmap. Bitmap will have the same size as read svg object and will be rendered at 96 dpi.
| |
RenderToBitmap(Brush, Int32) |
Renders the read svg objects into bitmap. Bitmap will have the same size as read svg object and will be rendered at dpi specified in the parameter.
| |
RenderToBitmap(Int32, Int32, Brush) |
Renders the read svg objects into bitmap with custom width and height and at 96 dpi.
| |
RenderToBitmap(Int32, Int32, Int32, Brush) |
Renders the read svg objects into bitmap with custom width and height and at dpi specified with parameter to the method.
|