Show / Hide Table of Contents

Class AnimationContext

Animation context.

Inheritance
System.Object
AnimationContext
Implements
IAnimationContext
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class AnimationContext : object, IAnimationContext

Constructors

| Improve this Doc View Source

AnimationContext(GraphCanvas)

Initializes a new instance of the AnimationContext class.

Declaration
public AnimationContext(GraphCanvas canvas)
Parameters
Type Name Description
GraphCanvas canvas

Graph canvas.

Exceptions
Type Condition
System.ArgumentNullException

canvas is null.

Properties

| Improve this Doc View Source

GraphCanvas

Graph canvas.

Declaration
public GraphCanvas GraphCanvas { get; }
Property Value
Type Description
GraphCanvas

Implements

IAnimationContext

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