Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

Migration of Graph from C++ to C#

$
0
0
  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));

Viewing all articles
Browse latest Browse all 32062

Trending Articles