C# 클래스 ThemeEditor.WPF.ImageSize

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Format RawTexture.DataFormat
X int
Y int

공개 메소드들

메소드 설명
Equals ( ImageSize other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageSize ( int x, int y, RawTexture format ) : ThemeEditor.Common.Graphics

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ImageSize() 공개 메소드

public ImageSize ( int x, int y, RawTexture format ) : ThemeEditor.Common.Graphics
x int
y int
format ThemeEditor.Common.Graphics.RawTexture
리턴 ThemeEditor.Common.Graphics

프로퍼티 상세

Format 공개적으로 프로퍼티

public RawTexture.DataFormat Format
리턴 RawTexture.DataFormat

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int