Returns the label whose layout rectangle contains the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override ItemLabel LabelFromPoint ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function LabelFromPoint( _ |
A Point instance.
The LinkLabel that contains the specified point.
See Also