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

AVL.RealToPixel

Converts a real value to pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inValuefloat
outPixelAvlNet.Pixel

See also