Tests whether the specified point is within a component of a diagram item and returns this component.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ComponentBase HitTestComponents ( |
Visual Basic Copy Code |
---|
Public Function HitTestComponents( _ |
A ComponentBase instance representing the topmost component at the specified point.
This method ignores components with any of the following properties set to false: IsHitTestVisible, IsEnabled, IsInteractive.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |