System.Windows.Forms.XplatUICarbon.TranslateClientRectangleToQuartzClientRectangle C# (CSharp) 메소드

TranslateClientRectangleToQuartzClientRectangle() 정적인 개인적인 메소드

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