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

XSetBackground() static private méthode

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