Polygon2DTests DrawComplexPolygon Method Delta Engine Documentation

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

public void DrawComplexPolygon()
Examples

[Test, ApproveFirstFrameScreenshot]
public void DrawComplexPolygon()
{
    CreatePolygon(Vector2D.Half, 0.25f, Color.White);
}
See Also