Drawing Vector Images

Draw Vector Image

Using Aspose.Imaging for .NET you can draw vector image on another vector image. With a few simple steps, you will be able to draw a vector image on another vector image.

  • Create MemoryStream object
  • Load a SVG image
  • Rasterize SVG to PNG and write the result to a stream
  • Load a PNG image from stream for further drawing
  • Draw PNG image on existing SVG image
  • Save the results