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