Class CrossingsData
Stores a collection of PointCollection, each PointCollection holding the crossing points detected for correspondent link segment.
Inheritance
System.Object
CrossingsData
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CrossingsData : Object
Constructors
CrossingsData(Int32)
Initializes a new instance of the CrossingsData class.
Declaration
public CrossingsData(int segments)
Parameters
System.Int32
segments
|
Properties
SegmentCrossings
Gets or sets the segment crossings.
Declaration
public IList<PointCollection> SegmentCrossings { get; set; }
Property Value
System.Collections.Generic.IList<System.Windows.Media.PointCollection>
|