Search
FlowChart.RedrawCacheImage Method
See Also
 



Repaint back-buffer cache image.

 Syntax

VB6  Copy Code

Public Sub RedrawCacheImage ()

C++  Copy Code

public:
void RedrawCacheImage ()

 Remarks

The 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