ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ResolutionY_Set C# (CSharp) Method

MagickImage_ResolutionY_Set() private method

private MagickImage_ResolutionY_Set ( IntPtr instance, double value ) : void
instance System.IntPtr
value double
return void
        public static extern void MagickImage_ResolutionY_Set(IntPtr instance, double value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86