Determines whether a selection handle of this item is located at the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract bool HitTestHandle ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function HitTestHandle( _ |
A Point value specifying where to look for a selection handle.
A reference to an integer variable, which receives the index of the found selection handle.
true if there is a selection handle at the specified location; otherwise, false.
RemarksYou might use this method when implementing custom hit-testing by handling the HitTestAdjustmentHandles event for nodes whose HandlesStyle is set to Custom.
See Also