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

DrawingSettings_TextUnderColor_Get() private method

private DrawingSettings_TextUnderColor_Get ( IntPtr instance ) : IntPtr
instance System.IntPtr
return System.IntPtr
        public static extern IntPtr DrawingSettings_TextUnderColor_Get(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingSettings.NativeMethods.X86