C# 클래스 ComponentFactory.Krypton.Toolkit.ScreenObscurer.ObscurerForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ObscurerForm ( ) : System
ShowForm ( Rectangle screenRect ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

메소드 상세

ObscurerForm() 공개 메소드

public ObscurerForm ( ) : System
리턴 System

OnPaint() 보호된 메소드

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
리턴 void

OnPaintBackground() 보호된 메소드

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
리턴 void

ShowForm() 공개 메소드

public ShowForm ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle
리턴 void