ImageMagick.PixelCollection.NativeMethods.X64.PixelCollection_ToByteArray C# (CSharp) Method

PixelCollection_ToByteArray() private method

private PixelCollection_ToByteArray ( IntPtr Instance, UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height, IntPtr mapping, IntPtr &exception ) : IntPtr
Instance System.IntPtr
x System.UIntPtr
y System.UIntPtr
width System.UIntPtr
height System.UIntPtr
mapping System.IntPtr
exception System.IntPtr
return System.IntPtr
        public static extern IntPtr PixelCollection_ToByteArray(IntPtr Instance, UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height, IntPtr mapping, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]