質問編集履歴
2
Windows10 というタグを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
400 x 300 ですので、座標は、399, 299 まででした。
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
Point[] img2points =
|
38
38
|
|
39
|
-
{ new Point(0,0), new Point(
|
39
|
+
{ new Point(0,0), new Point(399,0), new Point(399,299), new Point(0,299) }
|
40
40
|
|
41
41
|
```
|
42
42
|
|