ClassLatticeDictionary
Class
Dictionary of Points needed in GridRouter.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
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
LatticeDictionary(Func<Point, bool>, bool)
Initializes a new instance of the LatticeDictionary class.
Properties
Bounds
Gets or sets the bounds.
Declaration
cs-api-definition
public Rect Bounds { get; set; }
Property Value
Rect
The bounds.
EndPoint
Gets or sets the end point.
Declaration
cs-api-definition
public Point EndPoint { get; set; }
Property Value
Point
The end point.
StartPoint
Gets or sets the start point.
Declaration
cs-api-definition
public Point StartPoint { get; set; }
Property Value
Point
The start point.
this[Point]
Gets or sets the PathNode with the specified point.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1043:UseIntegralOrStringArgumentsForIndexers")]
public PathNode this[Point point] { get; set; }
Parameters
point
Point
Property Value