ImageMagick.TypeMetric.NativeMethods.X86.TypeMetric_Ascent_Get C# (CSharp) Méthode

TypeMetric_Ascent_Get() private méthode

private TypeMetric_Ascent_Get ( IntPtr instance ) : double
instance System.IntPtr
Résultat double
        public static extern double TypeMetric_Ascent_Get(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]