Saves this Palette using the specified writer.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void Save( BinaryWriter writer ) |
Visual Basic (Declaration) |
---|
Public Sub Save ( _ writer As BinaryWriter _ ) |
Visual C++ |
---|
public: void Save( BinaryWriter^ writer ) |
Parameters
- writer
- Type: System.IO..::.BinaryWriter
The BinaryWriter used to save the image.