Returns the component at the specified point, expressed in document coordinates.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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 (Nothing in Visual Basic).
RemarksThis method ignores components with any of the following properties set to false: IsEnabled, IsHitTestVisible, IsInteractive.
See Also