Xamarin Pack Programmer's Guide
Manipulator.HitTest Method (Point, Double)
See Also
 






Checks whether the specified point lies within the manipulator.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HitTest (
    Point pt,
    double radius
)

Visual Basic  Copy Code

Public Function HitTest( _
    pt As Point, _
    radius As Double _
) As Boolean

 Parameters

pt

The point to test.

radius

A hit-testing threshold.

 Return Value

true if the point is within the manipulator and the manipulator performed an action; otherwise, false.

 See Also

HitTest Method Overload List
Manipulator Members
Manipulator Class
MindFusion.Diagramming.Manipulators Namespace