ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Encipher C# (CSharp) Метод

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

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