Search
LinkCrossingEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of the validateLinkCrossings event.

The following tables list the members exposed by the LinkCrossingEventArgs type.

 Public Constructors

  Name Description

LinkCrossingEventArgs

Initializes a new instance of the LinkCrossingEventArgs class.

 Public Properties

  Name Description

bottomLink

The link at lower Z position.

bottomSegmentIndex

Index of bottom link's segment that contains the intersection point.

intersectionPoint

Intersection point that will show crossing decoration if the event is validated.

topLink

The link at higher Z position.

topSegmentIndex

Index of top link's segment that contains the intersection point.

 See Also