C# Class Longkong.ShapeControl.ShapeControl

Inheritance: BasePropertyControl
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
ShapeControl_TextChanged void
updateOutline void

Méthodes publiques

Méthode Description
ShapeControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs pe ) : void
OnResize ( EventArgs e ) : void

Private Methods

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShapeControl() public méthode

public ShapeControl ( ) : System
Résultat System