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

DrawingWand_StrokeOpacity() private méthode

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