ICustomDrawOperationHitTest Method
Hit test the geometry in this node.
Namespace: Avalonia.Rendering.SceneGraphAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Function HitTest (
p As Point
) As Boolean
abstract HitTest :
p : Point -> bool
- p Point
- The point in global coordinates.
BooleanTrue if the point hits the node's geometry; otherwise false.
This method does not recurse to childs, if you want
to hit test children they must be hit tested manually.