ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Create C# (CSharp) 메소드

DrawingWand_Create() 개인적인 메소드

private DrawingWand_Create ( IntPtr image, IntPtr settings ) : IntPtr
image System.IntPtr
settings System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr DrawingWand_Create(IntPtr image, IntPtr settings);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64