'Declaration
Public Shared Function ShortToFixed( _
ByVal As Short _
) As Integer
'Usage
Dim value As Short
Dim value As Integer
value = ImGearPDF.ShortToFixed(value)
public static int ShortToFixed(
short
)
public: static int ShortToFixed(
short
)
public:
static int ShortToFixed(
short
)