drawImage Event

Summary

Occurs when the spy glass is working.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerSpyGlassInteractiveMode.prototype,'drawImage',  
	get: function(), 
	set: function(value) 
) 
function drawImage.add(function(sender, e)); 
function drawImage.remove(function(sender, e)); 
TypeScript Syntax
drawImage: void; 

Remarks

ImageViewerSpyGlassInteractiveMode will fire this event while working. It is up to the implementers and listeners to draw the effect on the context.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eImageViewerSpyGlassDrawImageEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly