DiagramNode.HitTestHandle override. Determines whether a selection handle of this item is located at the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public override AdjustmentHandle HitTestHandle ( |
Visual Basic Copy Code |
---|
Public Overrides Function HitTestHandle( _ |
A Point value specifying where to look for a selection handle.
Maximum distance from a handle at which it is still considered as hit.
Returns an AdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.
WpfDiagram Programmer's Guide | © 2024 MindFusion |