Class
CrossingsData

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

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class CrossingsData

Inheritance: objectCrossingsData

Constructors

CrossingsData(int)

Initializes a new instance of the CrossingsData class.

Declaration

cs-api-definition
public CrossingsData(int segments)

Parameters

segments

int

Properties

SegmentCrossings

Gets or sets the segment crossings.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<PointCollection> SegmentCrossings { get; set; }

Property Value

IList<PointCollection>