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