C# 클래스 NPlot.Windows.PlotSurface

An all encompasing Windows.Forms PlotSurface. This class allows you to place a single control in your form layout and draw to any type of plot surface (PlotSurface2D, PlotSurface3D etc) on it. As there is only one type of plot surface currently, this class isn't necessary... but more a planned soon. Also, the implementation isn't finished.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
PlotSurface ( ) : System

Constructor.

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs e ) : void

Mouse down event handler.

OnMouseMove ( MouseEventArgs e ) : void

Mouse Move event handler.

OnMouseUp ( MouseEventArgs e ) : void

Mouse Up event handler.

OnPaint ( PaintEventArgs pe ) : void

control paint handler.

OnResize ( EventArgs e ) : void

control resize handler.

메소드 상세

OnMouseDown() 보호된 메소드

Mouse down event handler.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs mouse event args
리턴 void

OnMouseMove() 보호된 메소드

Mouse Move event handler.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs mouse event args.
리턴 void

OnMouseUp() 보호된 메소드

Mouse Up event handler.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs mouse event args.
리턴 void

OnPaint() 보호된 메소드

control paint handler.
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs paint event args.
리턴 void

OnResize() 보호된 메소드

control resize handler.
protected OnResize ( EventArgs e ) : void
e System.EventArgs event args.
리턴 void

PlotSurface() 공개 메소드

Constructor.
public PlotSurface ( ) : System
리턴 System