ASP.NET Pack Programmer's Guide
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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Manipulator HitTestManipulators (
    PointF pt
)

Visual Basic  Copy Code

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

 Parameters

pt

A PointF instance specifying the point to test.

 Return Value

true to indicate whether there is a manipulator at the specified location; otherwise, false.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace