Search found 3 matches

by ajs
Thu Jan 16, 2020 4:49 pm
Forum: Annotations
Topic: AddConnectedLinesAnnotInteractive Stopping Method
Replies: 1
Views: 8299

AddConnectedLinesAnnotInteractive Stopping Method

I would like an alternative method for stopping the AddConnectedLinesAnnotInteractive() process. The current method is to double-click on the last segment endpoint. This works, but if I decide I really liked the Previous end point to be the end of my poly-line (while I'm dragging the next segment), ...
by ajs
Thu Jan 16, 2020 3:39 pm
Forum: Annotations
Topic: How do I Cancel an Interactive Annotation? C#
Replies: 3
Views: 9777

Re: How do I Cancel an Interactive Annotation? C#

CancelLastAnnotInteractiveAdd();

Works for me. Thank you!
by ajs
Mon Jan 13, 2020 9:42 pm
Forum: Annotations
Topic: How do I Cancel an Interactive Annotation? C#
Replies: 3
Views: 9777

How do I Cancel an Interactive Annotation? C#

How do I programmatically Cancel an Interactive Annotation? Scenario: 1. User clicks an Annotate button, for example Freehand. This executes code like: GdView.AddFreeHandAnnotInteractive (Color.Black, myPenWidth, System.Drawing.Drawing2D.LineCap.Flat, System.Drawing.Drawing2D.LineCap.Flat, 1, false)...