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

_XSetWindowBackground() private méthode

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