C# Class PicasaUploader.ImageSize

ファイルを表示 Open project: ivanz/PicasaUploader

Public Properties

Property Type Description
Original ImageSize

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageSize ( string label, int width, int height ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImageSize() public method

public ImageSize ( string label, int width, int height ) : System
label string
width int
height int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Original public_oe static_oe property

public static ImageSize,PicasaUploader Original
return ImageSize