Interface IOverlapRemovalContext<TVertex>
Represents an overlap removal context.
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public interface IOverlapRemovalContext<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
Properties
| Improve this Doc View SourceRectangles
Overlap rectangles.
Declaration
IDictionary<TVertex, Rect> Rectangles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TVertex, Rect> |