ImageMagick.PixelCollection.NativeMethods.X64.PixelCollection_ToShortArray C# (CSharp) 메소드

PixelCollection_ToShortArray() 개인적인 메소드

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