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

AVS.RealToPixel Method

Converts a real value to pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RealToPixel
(
	float inValue,
	out AvlNet.Pixel outPixel
)

Parameters

Name Type Range Default Description
inValuefloat
outPixelAvlNet.Pixel

See also