2
Answers

Graphics speed

eirikaanonsen

eirikaanonsen

20y
2k
1
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.
Answers (2)
0
mark 0

mark 0

NA 31 0 21y
It looks like once you have a Document object, there is a Versions field that contains saved by, saved date, etc. I can't tell if you have to explicitly turn on versioning or if you can consider the current document the current version. You'll have to experiment.