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

XFlush() 정적인 개인적인 메소드

static private XFlush ( IntPtr display ) : int
display IntPtr
리턴 int
		internal static int XFlush(IntPtr display) {
			DebugHelper.TraceWriteLine ("XFlush");
			return _XFlush(display);
		}
XplatUIX11