You are here: Start » FIL.NET » Function Reference » Conversions » FIL.IntegerToPixel

FIL.IntegerToPixel

Converts an integer value to pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void IntegerToPixel
(
	int inValue,
	out FilNet.Pixel outPixel
)

Parameters

Name Type Range Default Description
inValueint
outPixelFilNet.Pixel

See also