Tao.FreeType SDK Documentation

FT.FT_Library_Version Method 

[Visual Basic]
Public Shared Sub FT_Library_Version( _
   ByVal library As IntPtr, _
   ByRef amajor As Integer, _
   ByRef aminor As Integer, _
   ByRef apatch As Integer _
)
[C#]
public static void FT_Library_Version(
   IntPtr library,
   ref int amajor,
   ref int aminor,
   ref int apatch
);

See Also

FT Class | Tao.FreeType Namespace