←Select platform

PostRender Event

Summary

Occurs after the view is rendered.

Syntax
C#
C++/CLI
public event EventHandler<ImageViewerRenderEventArgs> PostRender 
public:  
   event EventHandler<Leadtools::Controls::ImageViewerRenderEventArgs^>^ PostRender 
Remarks

For more information, refer to Image Viewer Rendering.

Example

This example will show how to customize the view rendering to draw extra shapes with and without transformation.

Start with the ImageViewer example, remove all the code inside the example function (search for the "// TODO: add example code here" comment) and insert the following code:

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eImageViewerRenderEventArgsThe event data.
Requirements

Target Platforms

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

Leadtools.Controls Assembly

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