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

_XQueryBestCursor() 개인적인 메소드

private _XQueryBestCursor ( IntPtr display, IntPtr drawable, int width, int height, int &best_width, int &best_height ) : int
display IntPtr
drawable IntPtr
width int
height int
best_width int
best_height int
리턴 int
		internal extern static int _XQueryBestCursor(IntPtr display, IntPtr drawable, int width, int height, out int best_width, out int best_height);
		internal static int XQueryBestCursor(IntPtr display, IntPtr drawable, int width, int height, out int best_width, out int best_height) {
XplatUIX11