C# Class AmaroK86.ImageFormat.ImageSize

Inheritance: IComparable
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
height uint
width uint

Méthodes publiques

Méthode 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

Méthode Description
checkIsPower2 ( uint val ) : bool

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( ImageSize p ) : bool
p ImageSize
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ImageSize() public méthode

public ImageSize ( uint width, uint height ) : System
width uint
height uint
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : ImageSize
Résultat ImageSize

operator() public static méthode

public static operator ( ) : bool
Résultat bool

stringToSize() public static méthode

public static stringToSize ( string input ) : ImageSize
input string
Résultat ImageSize

Property Details

height public_oe property

public uint height
Résultat uint

width public_oe property

public uint width
Résultat uint