Repaint back-buffer cache image.
SyntaxVB6
Copy Code
|
|---|
Public Sub RedrawCacheImage () |
C++
Copy Code
|
|---|
public: |
RemarksThe component caches background and stationary objects for faster repaint during user interaction. This method lets you refresh the cached image in case you need to repaint custom-drawn background or change appearance of stationary diagram items during drag operations.
See Also