Hallo,
Ich brauche die Koordinaten von meiner Maus in der PictureBox und habe jetzt schon das hier aufgestellt:
x2 = Cursor.Position.X - Me.Location.X - PictureBox1.Location.X - Panel1.Location.X
Jedoch bekomme ich dabei deine Abweichung von ca 30 heraus und ich weiß auch an was es liegt, es liegt an dem Rand der Form1.
Hier kommt meine frage, kann ich den Rand/Border der Form1 irgendwie abziehen z.B.
x2 = Cursor.Position.X - Me.Location.X - PictureBox1.Location.X - Panel1.Location.X - Me.Border.X.... oder so ?
Oder gibt es eine andere Methode dafür ?
MfG Kevin
Ich brauche die Koordinaten von meiner Maus in der PictureBox und habe jetzt schon das hier aufgestellt:
x2 = Cursor.Position.X - Me.Location.X - PictureBox1.Location.X - Panel1.Location.X
Jedoch bekomme ich dabei deine Abweichung von ca 30 heraus und ich weiß auch an was es liegt, es liegt an dem Rand der Form1.
Hier kommt meine frage, kann ich den Rand/Border der Form1 irgendwie abziehen z.B.
x2 = Cursor.Position.X - Me.Location.X - PictureBox1.Location.X - Panel1.Location.X - Me.Border.X.... oder so ?
Oder gibt es eine andere Methode dafür ?
MfG Kevin