Search
Diagram.HitTestManipulators Method
See Also
 






Tests whether the specified point is within the manipulator of a diagram object and triggers the manipulator.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Manipulator HitTestManipulators (
    Point point
)

Visual Basic  Copy Code

Public Function HitTestManipulators( _
    point As Point _
) As Manipulator

 Parameters

point

 Return Value

An instance of the Manipulator class.

 See Also