zhangyk-c
2024-07-31 f1741c1fd0f62fd2053b4ffe2caf59b31b68f8c2
HStation.RevitDev/Test/MainWindow.xaml.cs
@@ -31,7 +31,7 @@
        private void initControls()
        {
            PictureBox pb = pictureBox.Child as PictureBox;
            pb.BackgroundImageLayout = ImageLayout.Stretch;
            //pb.BackgroundImageLayout = ImageLayout.Stretch;
            pb.BackgroundImage = Common.ThumbnailUtils.GetThumbnailWithoutRevit("D:\\Program Files\\Autodesk\\Revit 2020\\China\\结构\\基础\\独立基础 - 三阶.rfa");
        }
    }