Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Mouse to SharpDX coordinates
Collapse
X
-
Mouse to SharpDX coordinates
I created a proof of concept indicator that can be clicked on to highlight - attached. I am doing something wrong with mouse pointer to WPF coordinates because there's a discrepancy where mouse pointer clicks and where it 'registers'. The discrepancy seems linear and increases the further away the click is from 0,0.
Tags: None
-
I figured it out: use built-in coordinate transformation methods:
float deviceX = ChartingExtensions.ConvertToHorizontalPixels(wpfCl ickPosition.X, ChartControl.PresentationSource);
float deviceY = ChartingExtensions.ConvertToVerticalPixels(wpfClic kPosition.Y, ChartControl.PresentationSource);
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by brucerobinson, Today, 12:14 PM
|
2 responses
18 views
0 likes
|
Last Post
![]() |
||
Started by Bowza23, 04-04-2025, 06:53 PM
|
5 responses
115 views
1 like
|
Last Post
![]()
by Colin789
Today, 04:49 PM
|
||
Started by Prometheus456, Today, 04:25 PM
|
0 responses
25 views
0 likes
|
Last Post
![]() |
||
Started by davidib2001, Yesterday, 11:28 AM
|
3 responses
37 views
0 likes
|
Last Post
![]()
by davidib2001
Today, 04:14 PM
|
||
Started by NISNOS69, 04-18-2025, 02:20 PM
|
5 responses
56 views
0 likes
|
Last Post
![]()
by NISNOS69
Today, 04:09 PM
|
Comment