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

FIL.RealToPixel

Converts a real value to pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inValuefloat
outPixelFilNet.Pixel

See also