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