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()
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.