|
@@ -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
|