Checks whether the current interaction can be completed at the specified point.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool IsAllowed ( |
Visual Basic Copy Code |
---|
Public Function IsAllowed( _ |
A .NET PointF instance indicating the location of the cursor, in document coordinates.
true if the action can be completed at point; otherwise, false.