Handles (iterates) VisualElements which pass hit tests.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public delegate bool HitTestResultHandler ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Function HitTestResultHandler( _ |
true if the caller has found what they need and the search should stop.
See Also