C# Class SampleApp.DefineRegionsControl

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
DefineRegionsControl ( ) : System
RemoveAllRegions ( ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
CheckPointsInClient ( Point &point ) : void
DrawSelectionRectangle ( ) : void
NormalizePoints ( Point &point1, Point &point2 ) : void

Method Details

DefineRegionsControl() public method

public DefineRegionsControl ( ) : System
return System

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

RemoveAllRegions() public method

public RemoveAllRegions ( ) : void
return void