Saves the output image to the specified file in Wireless Bitmap (WBMP) image format.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public void SaveWbmpImage(
	string filename
)
Visual Basic (Declaration)
Public Sub SaveWbmpImage ( _
	filename As String _
)
Visual C++
public:
void SaveWbmpImage(
	String^ filename
)

Parameters

filename
Type: System..::.String
A string that contains the name of the file to which to save the output image.

See Also