|
This method will create an RGB System.Drawing Bitmap from a
Canvas. The two different versions of the function work a slightly
different way.
The parameterless function rasterizes the Canvas directly into a
new Bitmap, preserving transparency where appropriate.
The version taking a type, works via an intermediate file format
which means that export settings affect the output. The
UseAlpha property determines if alpha transparency is preserved
in the output Bitmap. The HRes
and VRes
properties determine the resolution of the output.
|