C# Class AmaroK86.ImageFormat.ImageSize

Inheritance: IComparable
显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
height uint
width uint

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( ImageSize p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
ImageSize ( uint width, uint height ) : System
ToString ( ) : string
operator ( ) : ImageSize
operator ( ) : bool
stringToSize ( string input ) : ImageSize

Private Methods

Method Description
checkIsPower2 ( uint val ) : bool

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( ImageSize p ) : bool
p ImageSize
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImageSize() public method

public ImageSize ( uint width, uint height ) : System
width uint
height uint
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : ImageSize
return ImageSize

operator() public static method

public static operator ( ) : bool
return bool

stringToSize() public static method

public static stringToSize ( string input ) : ImageSize
input string
return ImageSize

Property Details

height public_oe property

public uint height
return uint

width public_oe property

public uint width
return uint