Method Redraw
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Redraw(bool)
Redraws the client area of the active control window.
public void Redraw(bool doitNow)
Parameters
doitNowboolIf this value is false then the redraw will be posted to the windows message loop,else it will take place before the function returns.