You are here: Start » FIL.NET » FIS.CreateImageFromSurface Method

FIS.CreateImageFromSurface Method

Creates a depth image from the Z-values of the input surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateImageFromSurface
(
	FilNet.Surface inSurface,
	FilNet.PlainType inPixelType,
	FilNet.ResampleSurfaceMode inResampleSurfaceMode,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPixelTypeFilNet.PlainTypeRealOutput image pixel type. Default value: Real.
inResampleSurfaceModeFilNet.ResampleSurfaceMode
outImageFilNet.ImageInput surface depth image.

Function Overrides

See also