C# Class MetroFramework.Forms.MetroForm.MetroAeroDropShadow

Inheritance: MetroShadowBase
Mostra file Open project: AshishKilmist/MetroFramework

Public Methods

Method Description
MetroAeroDropShadow ( Form targetForm ) : System

Protected Methods

Method Description
ClearShadow ( ) : void
PaintShadow ( ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Method Details

ClearShadow() protected method

protected ClearShadow ( ) : void
return void

MetroAeroDropShadow() public method

public MetroAeroDropShadow ( Form targetForm ) : System
targetForm System.Windows.Forms.Form
return System

PaintShadow() protected method

protected PaintShadow ( ) : void
return void

SetBoundsCore() protected method

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