C# 클래스 NPlot.Windows.PlotSurface2D.Interactions.HorizontalRangeSelection

This plot intraction allows the user to select horizontal regions.
상속: NPlot.Interaction
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
DoMouseDown ( MouseEventArgs e, Control ctr ) : bool

Handler for mouse down event for this interaction

DoMouseMove ( MouseEventArgs e, Control ctr, KeyEventArgs lastKeyEventArgs ) : bool

Handler for mouse move event for this interaction

DoMouseUp ( MouseEventArgs e, Control ctr ) : bool

Handler for mouse up event for this interaction

HorizontalRangeSelection ( ) : System

Default constructor

HorizontalRangeSelection ( double smallestAllowedRange ) : System

Constructor

비공개 메소드들

메소드 설명
DrawHorizontalSelection ( Point start, Point end, System ctr ) : void

메소드 상세

DoMouseDown() 공개 메소드

Handler for mouse down event for this interaction
public DoMouseDown ( MouseEventArgs e, Control ctr ) : bool
e MouseEventArgs the mouse event args
ctr System.Windows.Forms.Control the plot surface this event applies to
리턴 bool

DoMouseMove() 공개 메소드

Handler for mouse move event for this interaction
public DoMouseMove ( MouseEventArgs e, Control ctr, KeyEventArgs lastKeyEventArgs ) : bool
e MouseEventArgs the mouse event args
ctr System.Windows.Forms.Control the plot surface this event applies to
lastKeyEventArgs System.Windows.Forms.KeyEventArgs
리턴 bool

DoMouseUp() 공개 메소드

Handler for mouse up event for this interaction
public DoMouseUp ( MouseEventArgs e, Control ctr ) : bool
e MouseEventArgs the mouse event args
ctr System.Windows.Forms.Control the plot surface this event applies to
리턴 bool

HorizontalRangeSelection() 공개 메소드

Default constructor
public HorizontalRangeSelection ( ) : System
리턴 System

HorizontalRangeSelection() 공개 메소드

Constructor
public HorizontalRangeSelection ( double smallestAllowedRange ) : System
smallestAllowedRange double the smallest distance between the selected xmin and xmax for the selection to be performed.
리턴 System