Patches the image using a given bitmap and writes the result to the specified Stream.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void WritePatched( Stream stream, Point offset, Bitmap bitmap )
Type: System.IO.Stream
The Stream to save the result.Type: System.Drawing.Point
A Point at which the bitmap should be placed. Note, it should be aligned to MCU using the AlignToMCUSize(Rectangle, JpegAlignToSampleSizeMode) method.Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to place at the given position.