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

PixelCollection_ToShortArray() private method

private PixelCollection_ToShortArray ( 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_ToShortArray(IntPtr Instance, UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height, IntPtr mapping, out IntPtr exception);
      }