QuickGraph


FormatClusterEventArgs<'TVertex, 'TEdge>

Namespace: QuickGraph.Graphviz

A clustered graph event argument.

Constructors

ConstructorDescription
new(cluster, graphFormat)
Signature: (cluster:IVertexAndEdgeListGraph<'TVertex,'TEdge> * graphFormat:GraphvizGraph) -> unit

Instance members

Instance memberDescription
Cluster
Signature: IVertexAndEdgeListGraph<'TVertex,'TEdge>
GraphFormat
Signature: GraphvizGraph
Fork me on GitHub