System.Windows.Forms.XplatUIX11._XSetBackground C# (CSharp) 메소드

_XSetBackground() 개인적인 메소드

private _XSetBackground ( IntPtr display, IntPtr gc, UIntPtr background ) : int
display IntPtr
gc IntPtr
background UIntPtr
리턴 int
		internal extern static int _XSetBackground(IntPtr display, IntPtr gc, UIntPtr background);
		internal static int XSetBackground(IntPtr display, IntPtr gc, UIntPtr background) {
XplatUIX11