C# 클래스 AmaroK86.ImageFormat.ImageSize

상속: IComparable
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height uint
width uint

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
checkIsPower2 ( uint val ) : bool

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

public Equals ( ImageSize p ) : bool
p ImageSize
리턴 bool

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ImageSize() 공개 메소드

public ImageSize ( uint width, uint height ) : System
width uint
height uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : ImageSize
리턴 ImageSize

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

stringToSize() 공개 정적인 메소드

public static stringToSize ( string input ) : ImageSize
input string
리턴 ImageSize

프로퍼티 상세

height 공개적으로 프로퍼티

public uint height
리턴 uint

width 공개적으로 프로퍼티

public uint width
리턴 uint