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

_XSetWindowBackground() private method

private _XSetWindowBackground ( IntPtr display, IntPtr window, IntPtr background ) : int
display IntPtr
window IntPtr
background IntPtr
return int
		internal extern static int _XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background);
		internal static int XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background) {
XplatUIX11