Replies: 1 comment 11 replies
-
|
Extra property will cause a extra calls and executions.
If that right, can you tell me the use case / benefit? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I started using UVtools Avalonia custom controls a while ago and it's really great; the AdvancedImageBox feels like a whole app in and of itself.
Anyway, I thought adding a property for easy access to image pixel coordinates of the pointer could be useful - the methods for it are all there already (the PointToImage method). If I reckon correctly, this would entail just adding a new property and tracking the changes along the original PointerPosition in ViewPortOnPointerMoved method.
Beta Was this translation helpful? Give feedback.
All reactions