ソースを参照

打印

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

読み込み中…
キャンセル
保存