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
eirikaanonsen
NA
1
0
Graphics speed
Sep 1 2004 12:09 PM
private void tegne(object sender, PaintEventArgs e) { Graphics g=e.Graphics; g.DrawLine( pen, x-1, y1, x,y2); } is there an more efficiant way to do this operation.. I'm trying to build an application for Pocket PC that can show a running curve that is constantly updating. But the problem is to get the PDA to work fast enough. So im trying to find faster ways to program the line in.
Reply
Answers (
2
)
DataBind
Accessing registry on Pocket PC