WindowVisualTests ShowColoredEllipse Method Delta Engine Documentation

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

public void ShowColoredEllipse()
Examples

[Test, Category("Slow")]
public void ShowColoredEllipse()
{
    new Ellipse(new Rectangle(Vector2D.Half, Size.One / 4), Color.Red);
}
See Also