ImageMagick.MagickSettings.NativeMethods.X64.MagickSettings_SetScene C# (CSharp) Méthode

MagickSettings_SetScene() private méthode

private MagickSettings_SetScene ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
Résultat void
        public static extern void MagickSettings_SetScene(IntPtr Instance, UIntPtr value);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]