System.Windows.Forms.XplatUIX11.XSetWindowBackground C# (CSharp) 메소드

XSetWindowBackground() 정적인 개인적인 메소드

static private XSetWindowBackground ( IntPtr display, IntPtr window, IntPtr background ) : int
display IntPtr
window IntPtr
background IntPtr
리턴 int
		internal static int XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background) {
			DebugHelper.TraceWriteLine ("XSetWindowBackground");
			return _XSetWindowBackground(display, window, background);
		}
XplatUIX11