ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_TextDecoration C# (CSharp) Method

DrawingWand_TextDecoration() private method

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