예제 #1
0
        public void CanComputeUnrolledLength()
        {
            var polygon = new RectangularPolygon(PointF.Empty, new PointF(100, 200));

            Assert.Equal(600, polygon.ComputeLength());
        }