ClassLatticeDictionary
Class
Dictionary of Points needed in GridRouter.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class LatticeDictionary : Dictionary<Point, PathNode>, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<Point, PathNode>LatticeDictionary
Implements:
Constructors
LatticeDictionary(Func<Point, bool>, bool)
Initializes a new instance of the LatticeDictionary class.
Properties
Bounds
Gets or sets the bounds.
EndPoint
Gets or sets the end point.
Declaration
cs-api-definition
public Point EndPoint { get; set; }
Property Value
The end point.
StartPoint
Gets or sets the start point.
Declaration
cs-api-definition
public Point StartPoint { get; set; }
Property Value
The start point.
this[Point]
Gets or sets the PathNode with the specified point.