Search
InteractionState.IsAllowed Method
See Also
 





Checks whether the current interaction can be completed at the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsAllowed (
    PointF point
)

Visual Basic  Copy Code

Public Function IsAllowed( _
    point As PointF _
) As Boolean

 Parameters

point

A .NET PointF instance indicating the location of the cursor, in document coordinates.

 Return Value

true if the action can be completed at point; otherwise, false.

 See Also