Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewer Class : BeginRender Method |
public virtual void BeginRender()
'Declaration
Public Overridable Sub BeginRender()
BeginRender and EndRender work with a similar way to BeginUpdate and EndUpdate except they will only stop the rendering of the content. Updating the transformation will continue in the usual manner.
When the final EndRender is called, the viewer will call Invalidate to render the new content.
To determine if the control will currently update the transform and invalidate, use CanRender.