Manipulator.HitTest override.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override bool HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function HitTest( _ |
The point to check.
true if the point is within the manipulator and the manipulator performed an action; otherwise, false.
See Also