ImageMagick.MagickImage.NativeMethods.X64.MagickImage_ReadPixels C# (CSharp) Метод

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

private MagickImage_ReadPixels ( UIntPtr width, UIntPtr height, IntPtr map, UIntPtr storageType, byte data, IntPtr &exception ) : IntPtr
width System.UIntPtr
height System.UIntPtr
map System.IntPtr
storageType System.UIntPtr
data byte
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_ReadPixels(UIntPtr width, UIntPtr height, IntPtr map, UIntPtr storageType, byte[] data, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64