ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_StrokeLineCap C# (CSharp) Метод

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

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