C# 클래스 GameStruct.CRect

파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
height int
width int
x int
y int

공개 메소드들

메소드 설명
CRect ( int xx, int yy, int w, int h ) : System
Check ( int xx, int yy ) : bool

메소드 상세

CRect() 공개 메소드

public CRect ( int xx, int yy, int w, int h ) : System
xx int
yy int
w int
h int
리턴 System

Check() 공개 메소드

public Check ( int xx, int yy ) : bool
xx int
yy int
리턴 bool

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int