C# 클래스 ComponentFactory.Krypton.Toolkit.VisualPopupShadow

Displays a shadow effect for a visual popup.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
DefinePaths ( GraphicsPath path1, GraphicsPath path2, GraphicsPath path3 ) : void

Define the drawing paths for the shadow.

Show ( Rectangle screenRect ) : void

Show the popup using the provided rectangle as the screen rect.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposing of instance resources.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs pevent ) : void

Raises the PaintBackground event.

비공개 메소드들

메소드 설명
ClearPaths ( ) : void
DrawPaths ( Graphics g ) : void
DrawShadow ( Graphics g, Rectangle area ) : void
VisualPopupShadow ( ) : System

메소드 상세

DefinePaths() 공개 메소드

Define the drawing paths for the shadow.
public DefinePaths ( GraphicsPath path1, GraphicsPath path2, GraphicsPath path3 ) : void
path1 System.Drawing.Drawing2D.GraphicsPath Outer path.
path2 System.Drawing.Drawing2D.GraphicsPath Middle path.
path3 System.Drawing.Drawing2D.GraphicsPath Inside path.
리턴 void

Dispose() 보호된 메소드

Disposing of instance resources.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

Show() 공개 메소드

Show the popup using the provided rectangle as the screen rect.
public Show ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle Screen rectangle for showing the popup.
리턴 void