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

XWhitePixel() static private method

static private XWhitePixel ( IntPtr display, int screen_no ) : IntPtr
display IntPtr
screen_no int
return IntPtr
		internal static IntPtr XWhitePixel(IntPtr display, int screen_no) {
			DebugHelper.TraceWriteLine ("XWhitePixel");
			return _XWhitePixel(display, screen_no);
		}
XplatUIX11