Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void RenderBrickInLandscapeMode() { Resolve<Window>().ViewportPixelSize = new Size(600, 800); var brick = new Brick(material, new Vector2D(5, 5), Orientation.Landscape); brick.UpdateDrawArea(); }
See Also