Ensoi

Ensoi

  • NA
  • 28
  • 7.7k

Graph Migration from c++ to c#

Apr 22 2013 2:40 AM
Hi,

Below is the code which is used for drawing a graph in the winforms using C++

Kindly let us know the correct conversion for drawing the same graph using C# in a picturebox


pDC->MoveTo(x,y+int(height*10/11));

pDC->LineTo(x+int(wid),y+int(height*10/11));

Answers (3)