Browse Source

打印

tags/录制修改前
zhangxueyang 4 years ago
parent
commit
d1fcbe8692
2 changed files with 3 additions and 3 deletions
  1. BIN
      XHWK.WKTool/Images/Toobar26.png
  2. 3
    3
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

BIN
XHWK.WKTool/Images/Toobar26.png View File


+ 3
- 3
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs View File

@@ -1146,15 +1146,15 @@ namespace XHWK.WKTool
1146 1146
                                     imgPPT.Source = new BitmapImage(new Uri(APP.PageDrawList[APP.pageData.currpage - 1].PageImagePath));
1147 1147
                                     for(int i=iStart;i<iEnd;i++)
1148 1148
                                     {
1149
-                                        APP.PageDrawList[APP.pageData.currpage - 1].ImageLocation = new TranslateTransform
1149
+                                        APP.PageDrawList[i].ImageLocation = new TranslateTransform
1150 1150
                                         {
1151 1151
                                             X = 0.1,
1152 1152
                                             Y = 0.1
1153 1153
                                         };
1154 1154
 
1155 1155
 
1156
-                                        APP.PageDrawList[APP.pageData.currpage - 1].IsImageLocation = true;
1157
-                                        APP.PageDrawList[APP.pageData.currpage - 1].ImageSizes = new ScaleTransform
1156
+                                        APP.PageDrawList[i].IsImageLocation = true;
1157
+                                        APP.PageDrawList[i].ImageSizes = new ScaleTransform
1158 1158
                                         {
1159 1159
                                             CenterX = imgCanvas.Width,
1160 1160
                                             CenterY = imgCanvas.Height

Loading…
Cancel
Save