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

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

static private XConvertSelection ( IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time ) : int
display IntPtr
selection IntPtr
target IntPtr
property IntPtr
requestor IntPtr
time IntPtr
리턴 int
		internal static int XConvertSelection(IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time) {
			DebugHelper.TraceWriteLine ("XConvertSelection");
			return _XConvertSelection(display, selection, target, property, requestor, time);
		}
XplatUIX11