New to Telerik UI for WinFormsStart a free 30-day trial

Stores a collection of PointCollection, each PointCollection holding the crossing points detected for correspondent link segment.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class CrossingsData

Inheritance: objectCrossingsData

Constructors

Initializes a new instance of the CrossingsData class.

C#
public CrossingsData(int segments)
Parameters:segmentsint

Properties

Gets or sets the segment crossings.

C#
public IList<PointCollection> SegmentCrossings { get; set; }