Show / Hide Table of Contents

Interface ICompoundLayoutIterationEventArgs<TVertex>

Represents a compound layout iteration event arguments.

Inherited Members
ILayoutIterationEventArgs<TVertex>.StatusInPercent
ILayoutIterationEventArgs<TVertex>.Abort
ILayoutIterationEventArgs<TVertex>.Iteration
ILayoutIterationEventArgs<TVertex>.Message
ILayoutIterationEventArgs<TVertex>.VerticesPositions
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public interface ICompoundLayoutIterationEventArgs<TVertex> : ILayoutIterationEventArgs<TVertex>
Type Parameters
Name Description
TVertex

Vertex type.

Properties

| Improve this Doc View Source

InnerCanvasSizes

Inner canvas vertices sizes.

Declaration
IDictionary<TVertex, Size> InnerCanvasSizes { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<TVertex, Size>

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape