C# 이전에 그린 Chart Panel에 XValue YValue 표시하기 public void DrawAxes(System.Windows.Forms.TabPage tab,System.Windows.Forms.Panel panel, int Yquantity, int Xquantity, string[,] measuredata) { int width = panel.Width; int height = panel.Height; int locationx = panel.Location.X; int locationy = panel.Location.Y; m_BaseRGBbmp = new Bitmap(tab.Width, tab.Height); Graphics grp = Graphics.FromImage(m_BaseRGBbmp); for (int i = 1; i < Yquantity; i++) .. 더보기 C# Grid 그리기?...라기보단 차트모양으로 선그리기..^^; public void Drawgrid(System.Windows.Forms.Panel panel, int xstart, int ystart, int Yquantity, int Xquantity) { int height = panel.Height; int width = panel.Width; m_BaseRGBbmp = new Bitmap(width, height); Graphics grp = Graphics.FromImage(m_BaseRGBbmp); Pen p = new Pen(Color.FromArgb(80,100,100,100)); float dx = 1.0f * width / Xquantity; float dy = 1.0f * height / Yquantity; List vecxp = new Lis.. 더보기 메인보드 확인 명령어 wmic baseboard get product 신기방기.. 더보기 이전 1 ··· 24 25 26 27 28 29 30 ··· 37 다음