Checks whether the specified point lies within the manipulator's boundaries.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public abstract bool HitTest ( |
Visual Basic Copy Code |
---|
Public MustOverride Function HitTest( _ |
true if the point is within the manipulator and the manipulator performed an action; otherwise, false.