Saves the output image to the specified Stream object in Wireless Bitmap (WBMP) image format.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public void SaveWbmpImage( Stream stream ) |
Visual Basic (Declaration) |
---|
Public Sub SaveWbmpImage ( _ stream As Stream _ ) |
Visual C++ |
---|
public: void SaveWbmpImage( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream
The Stream object to which to save the output image.