高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】screen Regeneration
screen regeneration
screen regeneration
hello,
i develop a cadviewer with dwgdirect.
i try to make a regeneration of the screen having changed the current layer.
i do not know by or to begin.
somebody can help me ?.
thank you.
call update() method for your working device:
code:
m_pdevice->update();if you want rerender entire screen, call invalidate() before update():
code:
thank you
i try that...
|