Méthode | Description | |
---|---|---|
DoMouseDown ( MouseEventArgs e, |
Handler for mouse down event for this interaction
|
|
DoMouseMove ( MouseEventArgs e, |
Handler for mouse move event for this interaction
|
|
DoMouseUp ( MouseEventArgs e, |
Handler for mouse up event for this interaction
|
|
HorizontalRangeSelection ( ) : System |
Default constructor
|
|
HorizontalRangeSelection ( double smallestAllowedRange ) : System |
Constructor
|
Méthode | Description | |
---|---|---|
DrawHorizontalSelection ( Point start, Point end, System ctr ) : void |
public DoMouseDown ( MouseEventArgs e, |
||
e | MouseEventArgs | the mouse event args |
ctr | the plot surface this event applies to | |
Résultat | bool |
public DoMouseMove ( MouseEventArgs e, |
||
e | MouseEventArgs | the mouse event args |
ctr | the plot surface this event applies to | |
lastKeyEventArgs | ||
Résultat | bool |
public DoMouseUp ( MouseEventArgs e, |
||
e | MouseEventArgs | the mouse event args |
ctr | the plot surface this event applies to | |
Résultat | bool |
public HorizontalRangeSelection ( ) : System | ||
Résultat | System |
public HorizontalRangeSelection ( double smallestAllowedRange ) : System | ||
smallestAllowedRange | double | the smallest distance between the selected xmin and xmax for the selection to be performed. |
Résultat | System |