ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_BorderColor C# (CSharp) Méthode

DrawingWand_BorderColor() private méthode

private DrawingWand_BorderColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.IntPtr
exception System.IntPtr
Résultat void
        public static extern void DrawingWand_BorderColor(IntPtr Instance, IntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64