Example #1
0
        public void TestStretchLeftWithoutAspectRatio()
        {
            Microsoft.Office.Interop.PowerPoint.ShapeRange actualShapes   = GetShapes(SlideNo.StretchOrigin, _shapeNames);
            Microsoft.Office.Interop.PowerPoint.ShapeRange expectedShapes = GetShapes(SlideNo.StretchLeft, _shapeNames);

            _resizeLab.StretchLeft(actualShapes);
            CheckShapes(expectedShapes, actualShapes);
        }
Example #2
0
        public void TestStretchLeftWithoutAspectRatio()
        {
            var actualShapes   = GetShapes(SlideNo.StretchOrigin, _shapeNames);
            var expectedShapes = GetShapes(SlideNo.StretchLeft, _shapeNames);

            _resizeLab.StretchLeft(actualShapes);
            CheckShapes(expectedShapes, actualShapes);
        }