C# Class FourCorner, study

Inheritance: Form
Afficher le fichier Open project: joonhwan/study

Méthodes publiques

Méthode Description
FourCorner ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pea ) : void
drawByMeasureString ( Graphics graphics ) : void
drawByStringFormat ( Graphics graphics ) : void

Method Details

FourCorner() public méthode

public FourCorner ( ) : System
Résultat System

OnPaint() protected méthode

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

drawByMeasureString() protected méthode

protected drawByMeasureString ( Graphics graphics ) : void
graphics Graphics
Résultat void

drawByStringFormat() protected méthode

protected drawByStringFormat ( Graphics graphics ) : void
graphics Graphics
Résultat void