(Leadtools.Controls)

RubberBandDelta Event

Show in webframe





Occurs when the user is performing rubber banding operation.
Syntax
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandDelta
Public Event RubberBandDelta As EventHandler(Of ImageViewerRubberBandEventArgs)
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandDelta
-(void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode*)imageViewerRubberBandInteractiveMode
                            workingWithArgs:(LTImageViewerRubberBandEventArg*) args;
            

            
add_RubberBandDelta(function(sender, e))
remove_RubberBandDelta(function(sender, e))

Event Data

The event handler receives an argument of type ImageViewerRubberBandEventArgs containing data related to this event. The following ImageViewerRubberBandEventArgs properties provide information specific to this event.

PropertyDescription
Point1 Gets or sets the location of the first point.
Point2 Gets or sets the location of the second point.
Remarks

This event will fire when OnRubberBandDelta is called.

ImageViewerRubberBandEventArgs
Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerRubberBandInteractiveMode Class
ImageViewerRubberBandInteractiveMode Members

 

 


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