回答編集履歴
3
誤字
test
CHANGED
@@ -34,6 +34,6 @@
|
|
34
34
|
|
35
35
|
`Image`クラスはフォームの部品ではないため、クリック位置を取得するプロパティは用意されていません。
|
36
36
|
|
37
|
-
|
37
|
+
|
38
38
|
|
39
39
|
画像の位置や拡大率を見ることで画像のクリック位置を取得している[個人の記事](http://blog.livedoor.jp/slothgreed/archives/29097771.html)がありました。こちらを参考にして解決できるかもしれません。ただ、少し邪道な気がします。
|
2
文章の修正
test
CHANGED
@@ -34,8 +34,6 @@
|
|
34
34
|
|
35
35
|
`Image`クラスはフォームの部品ではないため、クリック位置を取得するプロパティは用意されていません。
|
36
36
|
|
37
|
+
、
|
37
38
|
|
38
|
-
|
39
|
-
[個人の記事](http://blog.livedoor.jp/slothgreed/archives/29097771.html)
|
39
|
+
画像の位置や拡大率を見ることで画像のクリック位置を取得している[個人の記事](http://blog.livedoor.jp/slothgreed/archives/29097771.html)がありました。こちらを参考にして解決できるかもしれません。ただ、少し邪道な気がします。
|
40
|
-
|
41
|
-
ただ、少し邪道な気がします。
|
1
追記
test
CHANGED
@@ -19,3 +19,23 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
参考:[Read picture box mouse coordinates on click](https://stackoverflow.com/questions/18040945/read-picture-box-mouse-coordinates-on-click)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
---
|
26
|
+
|
27
|
+
質問文を読み直しました。
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
> SizeModeがZoomのPictureBoxの画像内クリック位置
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
`Image`クラスはフォームの部品ではないため、クリック位置を取得するプロパティは用意されていません。
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
[個人の記事](http://blog.livedoor.jp/slothgreed/archives/29097771.html)ですが、画像の位置や拡大率を見ることで、望みのことが実装できるかもしれません。
|
40
|
+
|
41
|
+
ただ、少し邪道な気がします。
|