HowTo : How to "redraw" an entity faster.
Article | 41023828 |
Type | HowTo |
Product | Engine |
Version | 5.0.1.1035 |
Date Added | 1/10/2005 |
Submitted by | Wayne Romer |
Keywords | |
Subject
How to "redraw" an entity faster.
Summary
Why is it that the "grips" status of entities is updated when a refresh is performed but the hightlight property is not? Refreshes are alot faster than redraws and it is a pain to have to perform redraw just to remove the highlight. Invalidating an entity is also very slow.
Solution
In the case of HighLight, instead of
FIG.Invalidate you can use the code below :
FIG.Update
VDPro1.DrawEntity FIG, 1