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

XSetForeground() статический приватный Метод

static private XSetForeground ( IntPtr display, IntPtr gc, UIntPtr foreground ) : int
display IntPtr
gc IntPtr
foreground UIntPtr
Результат int
		internal static int XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground) {
			DebugHelper.TraceWriteLine ("XSetForeground");
			return _XSetForeground(display, gc, foreground);
		}
XplatUIX11