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

AVL.IntegerToPixel

Converts an integer value to pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inValueint
outPixelAvlNet.Pixel

See also