C# Tips


フォームのサイズを変更するには


Formのサイズを変更するにはFormのWidthとHeightプロパティを使用します。
this.Width = property.GetInt("window", "width", 736);
this.Height = property.GetInt("window", "height", 416);


目次に戻る
Copyright(c) 2008 WoodenSoldier Software