ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Composite C# (CSharp) Метод

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

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
Результат 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