If I have one line annotation in the image display, how can I get the angle? If there are multiple lines, is that possible to know the creation sequence of each line?
If I have one line annotation in the image display, how can I get the angle? If there are multiple lines, is that possible to know the creation sequence of each line?
The order of components when iterating is from "topmost" to "bottommost". You just gets the line annotations' endpoints and perform the math.