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

_XConvertSelection() 개인적인 메소드

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 extern static int _XConvertSelection(IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time);
		internal static int XConvertSelection(IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time) {
XplatUIX11