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

TranslateClientRectangleToXClientRectangle() static private method

static private TranslateClientRectangleToXClientRectangle ( Hwnd hwnd ) : Rectangle
hwnd Hwnd
return Rectangle
		internal static Rectangle TranslateClientRectangleToXClientRectangle (Hwnd hwnd)
		{
			return TranslateClientRectangleToXClientRectangle (hwnd, Control.FromHandle (hwnd.Handle));
		}
		

Same methods

XplatUIX11::TranslateClientRectangleToXClientRectangle ( Hwnd hwnd, Control ctrl ) : Rectangle
XplatUIX11