(Leadtools.Controls)

LTImageViewerRubberBandDelegate Interface

Show in webframe





Members 
Contains methods for ImageViewerRubberBandInteractiveMode event delegates.
Syntax
public interface LTImageViewerRubberBandDelegate 
Public Interface LTImageViewerRubberBandDelegate 
public interface LTImageViewerRubberBandDelegate 
@protocol LTImageViewerRubberBandDelegate<NSObject>
@optional
-(void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode*)imageViewerRubberBandInteractiveMode 
                              startWithArgs:(LTImageViewerRubberBandEventArg*) args;
-(void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode*)imageViewerRubberBandInteractiveMode 
                            workingWithArgs:(LTImageViewerRubberBandEventArg*) args;
-(void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode*)imageViewerRubberBandInteractiveMode
                                endWithArgs:(LTImageViewerRubberBandEventArg*) args;
@end
             

            
function Leadtools.Controls.LTImageViewerRubberBandDelegate() 
Remarks

This protocol is used to listen to ImageViewerRubberBandInteractiveMode events to provide the user with information needed for the event. For example, you can use the detect when rubber band is started,working and end with current location.

Requirements

Target Platforms

See Also

Reference

LTImageViewerRubberBandDelegate Members
Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.