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