You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SurfaceToSurfaceFormat

AVL.SurfaceToSurfaceFormat

Converts a surface to a surface format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToSurfaceFormat
(
	AvlNet.Surface inSurface,
	out AvlNet.SurfaceFormat outSurfaceFormat
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
outSurfaceFormatAvlNet.SurfaceFormat

See also