C# Class Accord.Controls.PointBox

ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
PointBox ( ) : System

Initializes a new instance of the PointBox class.

Protected Methods

Method Description
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.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnPaint() protected method

Raises the E:System.Windows.Forms.Control.Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
return void

OnResize() protected method

Raises the E:System.Windows.Forms.Control.Resize event.
protected OnResize ( EventArgs e ) : void
e EventArgs An that contains the event data.
return void

PointBox() public method

Initializes a new instance of the PointBox class.
public PointBox ( ) : System
return System