Checks whether the current interaction can be completed at the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsAllowed ( |
Visual Basic
Copy Code
|
|---|
Public Function IsAllowed( _ |
A Microsoft.Maui.Graphics.Point indicating the location of the cursor, in document coordinates.
true if the action can be completed at point; otherwise, false.
See Also