C# 클래스 OxyPlot.MouseAction

상속: IMouseAction
파일 보기 프로젝트 열기: janbert/VSTiBox

보호된 프로퍼티들

프로퍼티 타입 설명
pc IPlotControl

공개 메소드들

메소드 설명
OnMouseDown ( OxyPlot.ScreenPoint pt, OxyMouseButton button, int clickCount, bool control, bool shift, bool alt ) : void
OnMouseMove ( OxyPlot.ScreenPoint pt, bool control, bool shift, bool alt ) : void
OnMouseUp ( ) : void
OnMouseWheel ( OxyPlot.ScreenPoint pt, double delta, bool control, bool shift, bool alt ) : void

보호된 메소드들

메소드 설명
MouseAction ( IPlotControl pc )

메소드 상세

MouseAction() 보호된 메소드

protected MouseAction ( IPlotControl pc )
pc IPlotControl

OnMouseDown() 공개 메소드

public OnMouseDown ( OxyPlot.ScreenPoint pt, OxyMouseButton button, int clickCount, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
button OxyMouseButton
clickCount int
control bool
shift bool
alt bool
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( OxyPlot.ScreenPoint pt, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
control bool
shift bool
alt bool
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

OnMouseWheel() 공개 메소드

public OnMouseWheel ( OxyPlot.ScreenPoint pt, double delta, bool control, bool shift, bool alt ) : void
pt OxyPlot.ScreenPoint
delta double
control bool
shift bool
alt bool
리턴 void

프로퍼티 상세

pc 보호되어 있는 프로퍼티

protected IPlotControl pc
리턴 IPlotControl