System.Windows.Forms.XplatUIX11._XQueryBestCursor C# (CSharp) Method

_XQueryBestCursor() private method

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
return 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