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

Horizontal line interaction
상속: NPlot.Interaction
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
DoMouseLeave ( EventArgs e, System ctr ) : bool

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

DoPaint ( PaintEventArgs pe, int width, int height ) : void

HorizontalGuideline ( ) : System

Constructor

HorizontalGuideline ( Color lineColor ) : System

Constructor

메소드 상세

DoMouseLeave() 공개 메소드

public DoMouseLeave ( EventArgs e, System ctr ) : bool
e System.EventArgs
ctr System
리턴 bool

DoMouseMove() 공개 메소드

public DoMouseMove ( MouseEventArgs e, System ctr, KeyEventArgs lastKeyEventArgs ) : bool
e MouseEventArgs
ctr System
lastKeyEventArgs System.Windows.Forms.KeyEventArgs
리턴 bool

DoPaint() 공개 메소드

public DoPaint ( PaintEventArgs pe, int width, int height ) : void
pe PaintEventArgs
width int
height int
리턴 void

HorizontalGuideline() 공개 메소드

Constructor
public HorizontalGuideline ( ) : System
리턴 System

HorizontalGuideline() 공개 메소드

Constructor
public HorizontalGuideline ( Color lineColor ) : System
lineColor Color
리턴 System