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

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

private MagickImage_Composite ( IntPtr Instance, IntPtr image, IntPtr x, IntPtr y, UIntPtr compose, IntPtr &exception ) : void
Instance System.IntPtr
image System.IntPtr
x System.IntPtr
y System.IntPtr
compose System.UIntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_Composite(IntPtr Instance, IntPtr image, IntPtr x, IntPtr y, UIntPtr compose, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64