Returns the component at the specified point, expressed in document coordinates.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual ComponentBase GetComponentAt ( |
Visual Basic Copy Code |
---|
Public Overridable Function GetComponentAt( _ |
An instance of the ComponentBase class identifying the topmost component at the specified point, or null if no component found.
This method ignores components with any of the following properties set to false: IsEnabled, IsHitTestVisible, IsInteractive.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |