System.Windows.Forms.XplatUICarbon.TranslateClientRectangleToQuartzClientRectangle C# (CSharp) Méthode

TranslateClientRectangleToQuartzClientRectangle() static private méthode

static private TranslateClientRectangleToQuartzClientRectangle ( System.Windows.Forms.Hwnd hwnd ) : Rectangle
hwnd System.Windows.Forms.Hwnd
Résultat 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