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

_XGetWindowAttributes() 개인적인 메소드

private _XGetWindowAttributes ( IntPtr display, IntPtr window, XWindowAttributes &attributes ) : int
display IntPtr
window IntPtr
attributes XWindowAttributes
리턴 int
		internal extern static int _XGetWindowAttributes(IntPtr display, IntPtr window, ref XWindowAttributes attributes);
		internal static int XGetWindowAttributes(IntPtr display, IntPtr window, ref XWindowAttributes attributes) {
XplatUIX11