Saves the output image to the specified stream in the specified format.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
C# |
---|
public void Save( Stream stream, ImageFormat format ) |
Visual Basic (Declaration) |
---|
Public Sub Save ( _ stream As Stream, _ format As ImageFormat _ ) |
Visual C++ |
---|
public: void Save( Stream^ stream, ImageFormat^ format ) |
Parameters
- stream
- Type: System.IO..::.Stream
The Stream where the image will be saved.
- format
- Type: System.Drawing.Imaging..::.ImageFormat
The ImageFormat object for the output image.