Draw Efficiency

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BSOB
    New Member
    • Jul 2006
    • 77

    Draw Efficiency

    i am using my form as a canvas and printing complex functions. what i have found is that the pset() and line() take far more cpu time then the calculations themselves. is there a way to make the drawing more efficient?

    is there a more hardware direct function?

    would using a picture box to draw on be faster?

    also, what is form_paint()? should i be using it?
Working...