Esempio n. 1
0
        public void ShapePaths()
        {
            IPath shape = new RectangularPolygon(10, 11, 12, 13);

            Assert.Equal(shape, shape.AsClosedPath());
        }