System.Windows.Forms.XplatUICarbon.TranslateClientRectangleToQuartzClientRectangle C# (CSharp) Method

TranslateClientRectangleToQuartzClientRectangle() static private method

static private TranslateClientRectangleToQuartzClientRectangle ( System.Windows.Forms.Hwnd hwnd ) : Rectangle
hwnd System.Windows.Forms.Hwnd
return System.Drawing.Rectangle
		internal static Rectangle TranslateClientRectangleToQuartzClientRectangle (Hwnd hwnd) {
			return TranslateClientRectangleToQuartzClientRectangle (hwnd, Control.FromHandle (hwnd.Handle));
		}

Same methods

XplatUICarbon::TranslateClientRectangleToQuartzClientRectangle ( System.Windows.Forms.Hwnd hwnd, Control ctrl ) : Rectangle
XplatUICarbon