Show / Hide Table of Contents

Delegate ProgressChangedEventHandler

Handler to report the progress of a layout algorithm.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public delegate void ProgressChangedEventHandler(object sender, double percent);
Parameters
Type Name Description
System.Object sender

Event sender.

System.Double percent

The status of the progress in percent.

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