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

_XSetBackground() private méthode

private _XSetBackground ( IntPtr display, IntPtr gc, UIntPtr background ) : int
display IntPtr
gc IntPtr
background UIntPtr
Résultat int
		internal extern static int _XSetBackground(IntPtr display, IntPtr gc, UIntPtr background);
		internal static int XSetBackground(IntPtr display, IntPtr gc, UIntPtr background) {
XplatUIX11