System.Windows.Forms.XplatUIX11._XSetWindowBackground C# (CSharp) Метод

_XSetWindowBackground() приватный Метод

private _XSetWindowBackground ( IntPtr display, IntPtr window, IntPtr background ) : int
display IntPtr
window IntPtr
background IntPtr
Результат int
		internal extern static int _XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background);
		internal static int XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background) {
XplatUIX11