3
Answers

Graph Migration from c++ to c#

Ensoi

Ensoi

11y
1.6k
1
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)