You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.CreateImageFromSurface

AVL.CreateImageFromSurface

Creates an image of z-values of the given points equalizing surface scales.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateImageFromSurface
(
	AvlNet.Surface inSurface,
	AvlNet.PlainType inPixelType,
	AvlNet.ResampleSurfaceMode inResampleSurfaceMode,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPixelTypeAvlNet.PlainTypeRealOutput image pixel type. Default value: Real.
inResampleSurfaceModeAvlNet.ResampleSurfaceMode
outImageAvlNet.ImageInput surface depth image.

Function Overrides

See also