C# 클래스 Longkong.ShapeControl.ShapeControl

상속: BasePropertyControl
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
ShapeControl_TextChanged void
updateOutline void

공개 메소드들

메소드 설명
ShapeControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs pe ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
ShapeControl_TextChanged ( object sender, System e ) : void
updateOutline ( GraphicsPath &outline, ShapeType shape, int width, int height ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShapeControl() 공개 메소드

public ShapeControl ( ) : System
리턴 System