DiagramItem.HitTestHandle override.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override bool HitTestHandle ( |
Visual Basic
Copy Code
|
|---|
Public Overrides 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.
See Also