C# 클래스 System.Coord

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Coord ( int x, int y ) : System.Runtime.InteropServices

메소드 상세

Coord() 공개 메소드

public Coord ( int x, int y ) : System.Runtime.InteropServices
x int
y int
리턴 System.Runtime.InteropServices

프로퍼티 상세

X 공개적으로 프로퍼티

public short X
리턴 short

Y 공개적으로 프로퍼티

public short Y
리턴 short