C# Класс Accord.Controls.PointBox

Показать файл Открыть проект

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

Метод Описание
PointBox ( ) : System

Initializes a new instance of the PointBox class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Paint event.

OnResize ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Resize event.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnPaint() защищенный метод

Raises the E:System.Windows.Forms.Control.Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
Результат void

OnResize() защищенный метод

Raises the E:System.Windows.Forms.Control.Resize event.
protected OnResize ( EventArgs e ) : void
e EventArgs An that contains the event data.
Результат void

PointBox() публичный метод

Initializes a new instance of the PointBox class.
public PointBox ( ) : System
Результат System