C# Class XP.EffectKey

ファイルを表示 Open project: brookshi/XPShadow

Public Methods

Method Description
EffectKey ( int width, int height, int zDepth, double cornerRadius ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

EffectKey() public method

public EffectKey ( int width, int height, int zDepth, double cornerRadius ) : System
width int
height int
zDepth int
cornerRadius double
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int