You are here: Start » FIL.NET » Invoke.IntegerToPixel

Invoke.IntegerToPixel

Converts an integer value to pixel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inValueint
outPixelFil.Pixel

See also