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 : BeginTransform Method |
public virtual void BeginTransform()
'Declaration
Public Overridable Sub BeginTransform()
BeginTransform and EndTransform work with a similar way to BeginUpdate and EndUpdate except they will only stop the updating of the transformation matrices and view layout. Rendering the content will continue in the usual manner.
When the final EndTransform is called, the viewer will call UpdateTransform to re-calculate the transformation matrices and update the view layout.
To determine if the control will currently update the transformation matrices and update the view layout, use CanTransform.