You are here: Start » AVL.NET » AVS.SaveSurface Method

AVS.SaveSurface Method

Serializes a surface to an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveSurface
(
	AvlNet.Surface inSurface,
	string inFilename
)

Parameters

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

See also