C# 클래스 YamuiFramework.Controls.YamuiArea

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
SetPropertyOnArea ( string propertyName, object value ) : void
YamuiArea ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

메소드 상세

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

PaintTransparentBackground() 보호된 메소드

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
리턴 void

SetPropertyOnArea() 공개 메소드

public SetPropertyOnArea ( string propertyName, object value ) : void
propertyName string
value object
리턴 void

YamuiArea() 공개 메소드

public YamuiArea ( ) : System
리턴 System