Search
DiagramItem.HitTestManipulators Method
See Also
 





Finds the Manipulator object located at the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Manipulator HitTestManipulators (
    PointF pt
)

Visual Basic  Copy Code

Public Overridable Function HitTestManipulators( _
    pt As PointF _
) As Manipulator

 Parameters

pt

A PointF instance specifying the search location.

 Return Value

An instance of Manipulator -derived class, or null if there isn't one found at specified location.

 See Also