C# Class Longkong.ShapeControl.ShapeTypeEditorControl

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: Longkong/Pojjaman Class Usage Examples

Public Properties

Property Type Description
shape ShapeType

Public Methods

Method Description
ShapeTypeEditorControl ( ShapeType initial_shape ) : System

Protected Methods

Method Description
OnMouseDown ( System e ) : void
OnPaint ( System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

OnMouseDown() protected method

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

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

ShapeTypeEditorControl() public method

public ShapeTypeEditorControl ( ShapeType initial_shape ) : System
initial_shape ShapeType
return System

Property Details

shape public_oe property

public ShapeType shape
return ShapeType