ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ResolutionY_Get C# (CSharp) Méthode

MagickImage_ResolutionY_Get() private méthode

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