System.Windows.Forms.XplatUIX11.XSetForeground C# (CSharp) Method

XSetForeground() static private method

static private XSetForeground ( IntPtr display, IntPtr gc, UIntPtr foreground ) : int
display IntPtr
gc IntPtr
foreground UIntPtr
return int
		internal static int XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground) {
			DebugHelper.TraceWriteLine ("XSetForeground");
			return _XSetForeground(display, gc, foreground);
		}
XplatUIX11