Stops the viewer from rendering the content if any change is applied. This is useful to increase the control's speed efficiency.
ImageViewer.prototype.beginRender = function()
beginRender(): void;
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document