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

Invoke.RealToPixel

Converts a real value to pixel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inValuefloat
outPixelAvl.Pixel

See also