public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandStarted
Public Event RubberBandStarted As EventHandler(Of ImageViewerRubberBandEventArgs)
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandStarted
-(void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode*)imageViewerRubberBandInteractiveMode startWithArgs:(LTImageViewerRubberBandEventArg*) args;
add_RubberBandStarted(function(sender, e)) remove_RubberBandStarted(function(sender, e))
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.
Property | Description |
---|---|
Point1 | Gets or sets the location of the first point. |
Point2 | Gets or sets the location of the second point. |
This event will fire when OnRubberBandStarted is called.
ImageViewerRubberBandEventArgsFor an example, refer to ImageViewerRubberBandInteractiveMode.