You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
EndInteraction is called when leaving the GraphicsView. This prevents from using this feature to draw useful controls.
There is also an IsInsideBounds Indication which is quite nice but does not help.
Much better behaviour would be that there is no EndInteraction when leaving. So controlling the drawn control is still possible. And Using the IsInsideBounds Indication to cancel the event yourself when it is needed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
EndInteraction is called when leaving the GraphicsView. This prevents from using this feature to draw useful controls.
There is also an IsInsideBounds Indication which is quite nice but does not help.
Much better behaviour would be that there is no EndInteraction when leaving. So controlling the drawn control is still possible. And Using the IsInsideBounds Indication to cancel the event yourself when it is needed.
The text was updated successfully, but these errors were encountered: