System.Windows.Forms.XplatUIX11.XSetWindowBackground C# (CSharp) Méthode

XSetWindowBackground() static private méthode

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