LatticeDictionary
Class
Dictionary of Points needed in GridRouter.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class LatticeDictionary : Dictionary<Point, PathNode>, IDictionary<Point, PathNode>, ICollection<KeyValuePair<Point, PathNode>>, IDictionary, ICollection, IReadOnlyDictionary<Point, PathNode>, IReadOnlyCollection<KeyValuePair<Point, PathNode>>, IEnumerable<KeyValuePair<Point, PathNode>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<Point, PathNode>LatticeDictionary
Implements:
Inherited Members
Constructors
Initializes a new instance of the LatticeDictionary class.
Properties
Bounds
Rect
Gets or sets the bounds.
C#
public Rect Bounds { get; set; }
The bounds.
EndPoint
Point
Gets or sets the end point.
C#
public Point EndPoint { get; set; }
The end point.
StartPoint
Point
Gets or sets the start point.
C#
public Point StartPoint { get; set; }
The start point.
Gets or sets the PathNode with the specified point.
C#
public PathNode this[Point point] { get; set; }