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
Показать файл Открыть проект

Открытые методы

Метод Описание
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