Contains methods for
ImageViewerSpyGlassInteractiveMode event delegates.

Syntax
public interface LTImageViewerSpyGlassDelegate
@protocol LTImageViewerSpyGlassDelegate<NSObject>
@optional
-(void) imageViewerSpyGlassInteractiveMode:(LTImageViewerSpyGlassInteractiveMode*) imageViewerSpyGlassInteractiveMode
preDrawWithContext: (CGContextRef)context;
-(void) imageViewerSpyGlassInteractiveMode:(LTImageViewerSpyGlassInteractiveMode*) imageViewerSpyGlassInteractiveMode
postDrawWithContext: (CGContextRef)context;
@end
function Leadtools.Controls.LTImageViewerSpyGlassDelegate()
Requirements
See Also