ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Composite C# (CSharp) Method

DrawingWand_Composite() private method

private DrawingWand_Composite ( IntPtr Instance, double x, double y, double width, double height, UIntPtr compositeOperator, IntPtr image, IntPtr &exception ) : void
Instance System.IntPtr
x double
y double
width double
height double
compositeOperator System.UIntPtr
image System.IntPtr
exception System.IntPtr
return void
        public static extern void DrawingWand_Composite(IntPtr Instance, double x, double y, double width, double height, UIntPtr compositeOperator, IntPtr image, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64