ImageGear .NET v25.0 - Updated
FixedRoundToShort Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : FixedRoundToShort Method
Fixed value to be converted.
Converts fixed value to an integer.
Syntax
'Declaration
 
Public Shared Function FixedRoundToShort( _
   ByVal value As Integer _
) As Short
'Usage
 
Dim value As Integer
Dim value As Short
 
value = ImGearPDF.FixedRoundToShort(value)
public static short FixedRoundToShort( 
   int value
)
public: static short FixedRoundToShort( 
   int value
) 
public:
static short FixedRoundToShort( 
   int value
) 

Parameters

value
Fixed value to be converted.

Return Value

Short integer value.
Remarks
Rounds a given fixed value to the nearest short integer value and returns it.
See Also

Reference

ImGearPDF Class
ImGearPDF Members