ImageMagick.MagickImage.NativeMethods.X86.MagickImage_CopyPixels C# (CSharp) Метод

MagickImage_CopyPixels() приватный Метод

private MagickImage_CopyPixels ( IntPtr Instance, IntPtr image, IntPtr geometry, IntPtr offset, UIntPtr channels, IntPtr &exception ) : void
Instance System.IntPtr
image System.IntPtr
geometry System.IntPtr
offset System.IntPtr
channels System.UIntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_CopyPixels(IntPtr Instance, IntPtr image, IntPtr geometry, IntPtr offset, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86