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

상속: MetroShadowBase
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework

공개 메소드들

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

보호된 메소드들

메소드 설명
ClearShadow ( ) : void
PaintShadow ( ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

메소드 상세

ClearShadow() 보호된 메소드

protected ClearShadow ( ) : void
리턴 void

MetroAeroDropShadow() 공개 메소드

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

PaintShadow() 보호된 메소드

protected PaintShadow ( ) : void
리턴 void

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void