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

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

private DrawingWand_BorderColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.IntPtr
exception System.IntPtr
Результат void
        public static extern void DrawingWand_BorderColor(IntPtr Instance, IntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64