|
@@ -93,7 +93,7 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport.DataIntegration
|
|
|
if (offset_rect.Width > 0 && offset_rect.Height > 0)
|
|
|
{
|
|
|
//最后通过list_showsegment组建成新的图片,进行返回
|
|
|
- new_ret_bp = ls_bt.Clone(offset_rect, PixelFormat.Format8bppIndexed);
|
|
|
+ new_ret_bp = ls_bt.Clone(offset_rect, ls_bt.PixelFormat);
|
|
|
}
|
|
|
else
|
|
|
{
|