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

_XSetBackground() private method

private _XSetBackground ( IntPtr display, IntPtr gc, UIntPtr background ) : int
display IntPtr
gc IntPtr
background UIntPtr
return int
		internal extern static int _XSetBackground(IntPtr display, IntPtr gc, UIntPtr background);
		internal static int XSetBackground(IntPtr display, IntPtr gc, UIntPtr background) {
XplatUIX11