-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
While porting a recent addition to nodify, a WPF library to Avalonia, I have encountered a missing feature in Avalonia, which blocks this new nodify feature.
Nodify is a graphing library and uses hit testing using a geometry of a line to detect which edges are being "cut" by the line - i.e. which edge geometries are overlapped by a line geometry currently drawn by the user.
Describe the solution you'd like
Port of WPF methods to hit-test using an arbitrary geometry https://learn.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/how-to-hit-test-using-geometry-as-a-parameter would be great.
Describe alternatives you've considered
No response
Additional context
No response
maxkatz6, miroiu, Naonao9527, Admer456, CadeEvs and 2 more