GraphTests RenderOffCenterGraphWithAxesAndClipping 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 RenderOffCenterGraphWithAxesAndClipping()
Examples

[Test]
public void RenderOffCenterGraphWithAxesAndClipping()
{
    CreateGraphWithFourLines();
    graph.Origin = Vector2D.Half;
    graph.Viewport = new Rectangle(0.2f, 0.3f, 1.0f, 1.0f);
}
See Also