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

FIS.ClipPixels Method

Sets pixels below the low value to the low value and above the high value to the high value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ClipPixels
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.ImageOutput image.

Function Overrides

See also