質問編集履歴
1
説明不足
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
最大化した際の、フォーム画面の位置とサイズを指定したいのですが、
|
4
4
|
|
5
5
|
this.MaximizedBounds = new Rectangle(15, 10, 1500, 1000);
|
6
|
-
|
6
|
+
「Rectangle」を使用しないで上記の様な設定が出来る方法を探しています。
|
7
7
|
|
8
8
|
this.MaximizedBounds.Location = new System.Drawing.Point(15, 10);
|
9
9
|
this.MaximizedBounds.Size = new System.Drawing.Size(1500, 1000);
|