You are here: Start » AVL.NET » AVL.SurfaceToImage Method

AVL.SurfaceToImage Method

Converts a surface object to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceToImage(
	AvlNet.Surface inSurface,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outImageAvlNet.ImageOutput image.

See also