Click or drag to resize
AB4D logo

ReaderSvgRenderToBitmap Method

Overload List
  NameDescription
Public methodCode exampleRenderToBitmap(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.
Public methodCode exampleRenderToBitmap(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.
Public methodCode exampleRenderToBitmap(Int32, Int32, Brush)
Renders the read svg objects into bitmap with custom width and height and at 96 dpi.
Public methodCode exampleRenderToBitmap(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.
Top
See Also