beginUpdate Method

Summary

Stops the drawable from being refreshed when changes are applied.

Syntax
TypeScript
JavaScript
Drawable.prototype.beginUpdate = function() 
beginUpdate(): void; 
Remarks

This method stops the viewer from repainting when changes are applied. Call the EndUpdate method to have the viewer repaint and show all the changes made. Better visual performance and rendering efficiency result.

To check whether the BeginUpdate has been called, use the CanUpdate property.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.