DiagramItem.HitTestHandle override. Determines whether a selection handle of this item is located at the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public override AdjustmentHandle HitTestHandle ( |
Visual Basic Copy Code |
---|
Public Overrides Function HitTestHandle( _ |
A Microsoft.Maui.Graphics.Point value specifying where to look for a selection handle.
A LinkAdjustmentHandle instance if there is a control point at the specified location, otherwise null.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |