You are here: Start » AVL.NET » Invoke.SaveSurface

Invoke.SaveSurface

Serializes a surface to an AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveSurface
(
	Avl.Surface inSurface,
	string inFilename
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceSurface to be serialized.
inFilenamestringName of the target file.

See also