ImageGear .NET v25.0 - Updated
FixedRoundToInt Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : FixedRoundToInt Method
Fixed value to be converted.
Converts fixed value to an integer, rounding it to the nearest integer value and returns it.
Syntax
'Declaration
 
Public Shared Function FixedRoundToInt( _
   ByVal value As Integer _
) As Integer
'Usage
 
Dim value As Integer
Dim value As Integer
 
value = ImGearPDF.FixedRoundToInt(value)
public static int FixedRoundToInt( 
   int value
)
public: static int FixedRoundToInt( 
   int value
) 
public:
static int FixedRoundToInt( 
   int value
) 

Parameters

value
Fixed value to be converted.

Return Value

Integer value.
See Also

Reference

ImGearPDF Class
ImGearPDF Members