System.Windows.Forms.XplatUIX11.XSetBackground C# (CSharp) Method

XSetBackground() static private method

static private XSetBackground ( IntPtr display, IntPtr gc, UIntPtr background ) : int
display IntPtr
gc IntPtr
background UIntPtr
return int
		internal static int XSetBackground(IntPtr display, IntPtr gc, UIntPtr background) {
			DebugHelper.TraceWriteLine ("XSetBackground");
			return _XSetBackground(display, gc, background);
		}
XplatUIX11