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

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

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