MindFusion.Wpf Pack Programmer's Guide
InteractionState.IsAllowed Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool IsAllowed (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point
A .NET Point 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

InteractionState Members
InteractionState Class
MindFusion.Diagramming.Wpf Namespace