You are here: Start » AVL.NET » AVS.IntegerToPixel Method

AVS.IntegerToPixel Method

Converts an integer value to pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inValueint
outPixelAvlNet.Pixel

See also