ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_RoundRectangle C# (CSharp) 메소드

DrawingWand_RoundRectangle() 개인적인 메소드

private DrawingWand_RoundRectangle ( IntPtr Instance, double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight, IntPtr &exception ) : void
Instance System.IntPtr
centerX double
centerY double
width double
height double
cornerWidth double
cornerHeight double
exception System.IntPtr
리턴 void
        public static extern void DrawingWand_RoundRectangle(IntPtr Instance, double centerX, double centerY, double width, double height, double cornerWidth, double cornerHeight, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64