renderItemRegion Event

Summary

Renders the item region.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype,'renderItemRegion',  
	get: function(), 
	set: function(value) 
) 
renderItemRegion: LeadEvent; 

Remarks

During this part of the rendering cycle, the viewer will check if the image of this item contains a valid region. If this is true and the value of ImageRegionRenderMode is other than ControlRegionRenderMode.None then the viewer will render the outline of the region on top of the image.

For more information, refer to Image Viewer Rendering.

Example

For an example, refer to PostRender.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eImageViewerRenderEventArgsThe event data.

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