←Select platform

Abort Method (ImageViewerVirtualizer)

Summary

Abort rendering the items.

Syntax
C#
VB
C++
void Abort() 
Sub Abort() 
void Abort() 

Remarks

This method is called by the image viewer when it is disposed. Generally, it should not be called by the user. In your derived class, you can add code to handle extra logic.

This method will check if the internal threads are busy and wait on them to finish before returning control to the user.

Requirements

Target Platforms

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

Leadtools.Controls Assembly