TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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));
Reply
Answers (
3
)
resume
How Can We Filter The Date From Database Through Linq!!!