Hello,
I'm sorry to leave so many questions.
Here's the question.
I'd like to find out if the point above the diagram is within the connection.
Other DiagramItems, such as Shape, could calculate to Shape.Bounds.Contains(point).
However, the connection is a line, so if you calculate it as Bounds, there is a problem that i can't measure properly.
I want to get a bool value for the point above the connection or, if possible, within an interval between 1 and 5 around the connection line.
Connection.Geometry has a different position value and connection.Geometry doesn't have been activated by fillcontains or stalkcontains.
I'm sorry to leave so many questions.
Here's the question.
I'd like to find out if the point above the diagram is within the connection.
Other DiagramItems, such as Shape, could calculate to Shape.Bounds.Contains(point).
However, the connection is a line, so if you calculate it as Bounds, there is a problem that i can't measure properly.
I want to get a bool value for the point above the connection or, if possible, within an interval between 1 and 5 around the connection line.
Connection.Geometry has a different position value and connection.Geometry doesn't have been activated by fillcontains or stalkcontains.