ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_PushPattern C# (CSharp) Метод

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

private DrawingWand_PushPattern ( IntPtr Instance, IntPtr id, double x, double y, double width, double height, IntPtr &exception ) : void
Instance System.IntPtr
id System.IntPtr
x double
y double
width double
height double
exception System.IntPtr
Результат void
        public static extern void DrawingWand_PushPattern(IntPtr Instance, IntPtr id, double x, double y, double width, double height, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86