新聞速報

        

2014年4月22日 星期二

C# 取得 WINDOWS FORM 之 視窗 title 的高度

//取得 視窗 title 的高度
Rectangle screenRectangle = RectangleToScreen(this.ClientRectangle);  
int titleHeight = screenRectangle.Top - this.Top;
 
 
 

沒有留言:

張貼留言