C# Class IPod.ArtworkFormat

显示文件 Open project: mono/ipod-sharp Class Usage Examples

Public Methods

Method Description
ArtworkFormat ( ArtworkUsage usage, short width, short height, short correlationId, int size, PixelFormat pformat, short rotation ) : System
Equals ( object right ) : bool
GetHashCode ( ) : int

Method Details

ArtworkFormat() public method

public ArtworkFormat ( ArtworkUsage usage, short width, short height, short correlationId, int size, PixelFormat pformat, short rotation ) : System
usage ArtworkUsage
width short
height short
correlationId short
size int
pformat PixelFormat
rotation short
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int