C# 클래스 MetroFramework.Forms.MetroForm.MetroRealisticDropShadow

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

공개 메소드들

메소드 설명
MetroRealisticDropShadow ( Form targetForm ) : System

보호된 메소드들

메소드 설명
ClearShadow ( ) : void
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
PaintShadow ( ) : void

비공개 메소드들

메소드 설명
DrawBlurBorder ( ) : Bitmap
DrawOutsetShadow ( int hShadow, int vShadow, int blur, int spread, Color color, Rectangle shadowCanvasArea ) : Image
DrawRoundedRectangle ( Graphics g, Rectangle bounds, int cornerRadius, Pen drawPen, Color fillColor ) : void
SetBitmap ( Bitmap bitmap, byte opacity ) : void

메소드 상세

ClearShadow() 보호된 메소드

protected ClearShadow ( ) : void
리턴 void

MetroRealisticDropShadow() 공개 메소드

public MetroRealisticDropShadow ( Form targetForm ) : System
targetForm System.Windows.Forms.Form
리턴 System

OnLoad() 보호된 메소드

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

OnPaint() 보호된 메소드

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

PaintShadow() 보호된 메소드

protected PaintShadow ( ) : void
리턴 void