|
@@ -383,7 +383,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
Bitmap tempbit = fielddata.ReadImageFile(str_imagePath);
|
|
|
int pixw = tempbit.Width;
|
|
|
double xs = pixw / ScanFieldSize;
|
|
|
- bp_particle = fielddata.GetBitmapForBig(str_subparticles, xs, str_resultPath);
|
|
|
+ bp_particle = fielddata.GetBitmapForBig(str_subparticles, xs, str_resultPath, tempbit.Height, tempbit.Width);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -753,7 +753,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
Bitmap tempbit = fielddata.ReadImageFile(str_imagePath);
|
|
|
int pixw = tempbit.Width;
|
|
|
double xs = pixw / ScanFieldSize;
|
|
|
- bp_particle = fielddata.GetBitmapForBig(str_subparticles, xs, str_resultPath);
|
|
|
+ bp_particle = fielddata.GetBitmapForBig(str_subparticles, xs, str_resultPath, tempbit.Height, tempbit.Width);
|
|
|
}
|
|
|
else
|
|
|
{
|