AutogrowViewportTests RenderTwoRandomLinesWithKey Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D.Graphs.Tests
Assembly: DeltaEngine.Rendering2D.Graphs.Tests (in DeltaEngine.Rendering2D.Graphs.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void RenderTwoRandomLinesWithKey()
Examples

[Test]
public void RenderTwoRandomLinesWithKey()
{
    GraphLine line2 = graph.CreateLine("Two", Color.Red);
    graph.Add(new List<GraphLine> { line, line2 });
See Also