Alternate for MoveTo and LineTo in win32, MFC

Posted by mukesh on Stack Overflow See other posts from Stack Overflow or by mukesh
Published on 2010-12-27T09:21:29Z Indexed on 2010/12/27 9:53 UTC
Read the original article Hit count: 179

Filed under:
|

Hi i am working on some high resolution display features in which have to draw the vertical line , i am using Moveto() and lineTO() , but it is much time taking... can anyone suggest me , what we can use instead of it ...to optimize the performance...

see the scene is , in order to draw 100 Vertical lines it is taking 84ms time, we need to reduce it to 5 ms something..

please refer me any alternate fot that.

Thanks,

Mukesh

© Stack Overflow or respective owner

Related posts about winapi

Related posts about mfc