C# Class FourCorner, study

Inheritance: Form
显示文件 Open project: joonhwan/study

Public Methods

Method Description
FourCorner ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs pea ) : void
drawByMeasureString ( Graphics graphics ) : void
drawByStringFormat ( Graphics graphics ) : void

Method Details

FourCorner() public method

public FourCorner ( ) : System
return System

OnPaint() protected method

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

drawByMeasureString() protected method

protected drawByMeasureString ( Graphics graphics ) : void
graphics Graphics
return void

drawByStringFormat() protected method

protected drawByStringFormat ( Graphics graphics ) : void
graphics Graphics
return void