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

_XSetForeground() 개인적인 메소드

private _XSetForeground ( IntPtr display, IntPtr gc, UIntPtr foreground ) : int
display IntPtr
gc IntPtr
foreground UIntPtr
리턴 int
		internal extern static int _XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground);
		internal static int XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground) {
XplatUIX11