Tao.FreeType SDK Documentation

FT.FT_MulDiv Method 

[Visual Basic]
Public Shared Function FT_MulDiv( _
   ByVal a As Integer, _
   ByVal b As Integer, _
   ByVal c As Integer _
) As Integer
[C#]
public static int FT_MulDiv(
   int a,
   int b,
   int c
);

See Also

FT Class | Tao.FreeType Namespace