C# 클래스 RagePixel2.Texel

파일 보기 프로젝트 열기: JuhaKiili/RagePixel2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X int
Y int

공개 메소드들

메소드 설명
Texel ( )
Texel ( int _x, int _y )
operator ( ) : Texel

메소드 상세

Texel() 공개 메소드

public Texel ( )

Texel() 공개 메소드

public Texel ( int _x, int _y )
_x int
_y int

operator() 공개 정적인 메소드

public static operator ( ) : Texel
리턴 Texel

프로퍼티 상세

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int