System.Windows.Forms.XplatUIX11.CalculateWindowRect C# (CSharp) 메소드

CalculateWindowRect() 개인적인 메소드

private CalculateWindowRect ( Rectangle &ClientRect, CreateParams cp, Menu menu, Rectangle &WindowRect ) : bool
ClientRect System.Drawing.Rectangle
cp CreateParams
menu Menu
WindowRect System.Drawing.Rectangle
리턴 bool
		internal override bool CalculateWindowRect(ref Rectangle ClientRect, CreateParams cp, Menu menu, out Rectangle WindowRect) {
			WindowRect = Hwnd.GetWindowRectangle (cp, menu, ClientRect);
			return true;
		}
XplatUIX11