ImageMagick.MagickImage.NativeMethods.X64.MagickImage_ResolutionY_Set C# (CSharp) 메소드

MagickImage_ResolutionY_Set() 개인적인 메소드

private MagickImage_ResolutionY_Set ( IntPtr instance, double value ) : void
instance System.IntPtr
value double
리턴 void
        public static extern void MagickImage_ResolutionY_Set(IntPtr instance, double value);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64