LeftMouseButtonMode Enumeration

CVB.Net Documentation
Possible reactions of the Cvb display to the left mouse button

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public enum LeftMouseButtonMode
Members

  Member nameValueDescription
None0 display will ignore the left mouse button
RubberBand1 holding the left mouse button and dragging it inside the display will show (and drag) a rubber band
DefineRectAoi2 dragging inside the display will define a rectangular area of interest
DefineArea2DAoi3 dragging inside the display will define a parallelogram-shaped Area2D-type of interest
DefineOrigin4 clicking inside the display will modify the image's coordinate system origin
DrawPoints5 moving the mouse while holding the mouse button down will draw points inside the display according to the currently selected LeftMouseButtonBehaviour.
DrawFill6 clicking the mouse will flood fill according to the currently selected LeftMouseButtonBehaviour.
DrawLine7 dragging the mouse will draw a straight line inside the image according to the currently selected LeftMouseButtonBehaviour.
DrawRectangle8 dragging the mouse will draw a rectangular area inside the image according to the currently selected LeftMouseButtonBehaviour.
Pan9 dragging the mouse will pan the view accordingly (only effective when the zoom factor is higher than the panorama zoom factor)
See Also

Reference