瀏覽代碼

打印

tags/录制修改前
zhangxueyang 4 年之前
父節點
當前提交
d1fcbe8692
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 二進制
      XHWK.WKTool/Images/Toobar26.png
  2. 3
    3
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

二進制
XHWK.WKTool/Images/Toobar26.png 查看文件


+ 3
- 3
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs 查看文件

@@ -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…
取消
儲存