ImageMagick.PixelCollection.NativeMethods.X86.PixelCollection_ToShortArray C# (CSharp) Méthode

PixelCollection_ToShortArray() private méthode

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
Résultat System.IntPtr
        public static extern IntPtr PixelCollection_ToShortArray(IntPtr Instance, UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height, IntPtr mapping, out IntPtr exception);
      }