System.Windows.Forms.XplatUIX11._XSetForeground C# (CSharp) Méthode

_XSetForeground() private méthode

private _XSetForeground ( IntPtr display, IntPtr gc, UIntPtr foreground ) : int
display IntPtr
gc IntPtr
foreground UIntPtr
Résultat int
		internal extern static int _XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground);
		internal static int XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground) {
XplatUIX11