ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback