리포트 수정 등 0816 요청사항 반영
This commit is contained in:
@@ -518,8 +518,8 @@ namespace friction
|
||||
|
||||
this.Invoke(new Action(() =>
|
||||
{
|
||||
Bitmap bm = new Bitmap(Width, Height);
|
||||
panelGraph.DrawToBitmap(bm, new Rectangle(panelGraph.Left, panelGraph.Top, panelGraph.Width, panelGraph.Height));
|
||||
Bitmap bm = new Bitmap(panelGraph.Width, panelGraph.Height);
|
||||
panelGraph.DrawToBitmap(bm, new Rectangle(0, 0, panelGraph.Width, panelGraph.Height));
|
||||
m_Owner.OnChartUpdate(bm, m_GraphType);
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user