You are here: Start » AVL.NET » AVL.SaveImageObject(AvlNet.Image, string)
AVL.SaveImageObject(AvlNet.Image, string)
Saves serialized Image object as avdata file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveImageObject( AvlNet.Image inImage, string inFilename )
Parameters
- inImage
- Type: AvlNet.Image
Image to be serialized - inFilename
- Type: System.String
Name of the target file
