Determines whether a selection handle of this item is located at the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public abstract AdjustmentHandle HitTestHandle ( |
Visual Basic Copy Code |
---|
Public MustOverride Function HitTestHandle( _ |
A Point value specifying where to look for a selection handle.
A hit-testing threshold.
Returns an AdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |