ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDF Class / FixedRoundToInt Method
Fixed value to be converted.




In This Topic
    FixedRoundToInt Method
    In This Topic
    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