C# 클래스 FourCorner, study

상속: Form
파일 보기 프로젝트 열기: joonhwan/study

공개 메소드들

메소드 설명
FourCorner ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pea ) : void
drawByMeasureString ( Graphics graphics ) : void
drawByStringFormat ( Graphics graphics ) : void

메소드 상세

FourCorner() 공개 메소드

public FourCorner ( ) : System
리턴 System

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pea ) : void
pea PaintEventArgs
리턴 void

drawByMeasureString() 보호된 메소드

protected drawByMeasureString ( Graphics graphics ) : void
graphics Graphics
리턴 void

drawByStringFormat() 보호된 메소드

protected drawByStringFormat ( Graphics graphics ) : void
graphics Graphics
리턴 void