AutogrowViewportTests RenderFps 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 RenderFps()
Examples

[Test, Timeout(2000)]
public void RenderFps()
{
    graph.Add(line);
    graph.Add(new FontText(Font.Default, "", new Rectangle(0.5f, 0.7f, 0.2f, 0.1f)));
    graph.Start<AddFpsEverySecond>();
}
See Also