C# Class Longkong.ShapeControl.ShapeControl

Inheritance: BasePropertyControl
Mostra file Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
ShapeControl_TextChanged void
updateOutline void

Public Methods

Method Description
ShapeControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs pe ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
ShapeControl_TextChanged ( object sender, System e ) : void
updateOutline ( GraphicsPath &outline, ShapeType shape, int width, int height ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

ShapeControl() public method

public ShapeControl ( ) : System
return System