'Declaration
Public Overloads Function FromRU( _
ByVal value As System.Double, _
ByVal destDpi As System.Single, _
ByVal truncate As System.Boolean _
) As System.Integer
public System.int FromRU(
System.double value,
System.float destDpi,
System.bool truncate
)
Parameters
value
The value to convert, expressed in ResolvedUnit units.
destDpi
The destination resolution (DPI).
truncate
true to truncate the converted value, false to round it (slower but more precise).