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

Invoke.IntegerToPixel

Converts an integer value to pixel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inValueint
outPixelAvl.Pixel

See also