ImageMagick.DrawingSettings.NativeMethods.X86.DrawingSettings_SetStrokeDashArray C# (CSharp) Method

DrawingSettings_SetStrokeDashArray() private method

private DrawingSettings_SetStrokeDashArray ( IntPtr Instance, double dash, UIntPtr length ) : void
Instance System.IntPtr
dash double
length System.UIntPtr
return void
        public static extern void DrawingSettings_SetStrokeDashArray(IntPtr Instance, double[] dash, UIntPtr length);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingSettings.NativeMethods.X86