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

MagickImage_CloneArea() 개인적인 메소드

private MagickImage_CloneArea ( IntPtr Instance, UIntPtr width, UIntPtr height, IntPtr &exception ) : IntPtr
Instance System.IntPtr
width System.UIntPtr
height System.UIntPtr
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_CloneArea(IntPtr Instance, UIntPtr width, UIntPtr height, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64