Adds a frame to the file specified in a previous call to the Save(String) method.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void SaveAdd( FreeImageBitmap bitmap ) |
Visual Basic (Declaration) |
---|
Public Sub SaveAdd ( _ bitmap As FreeImageBitmap _ ) |
Visual C++ |
---|
public: void SaveAdd( FreeImageBitmap^ bitmap ) |
Parameters
- bitmap
- Type: FreeImageAPI..::.FreeImageBitmap
A FreeImageBitmap that contains the frame to add.
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | This instance has not yet been saved to a file using the Save(...) method. |