C# 클래스 CSPspEmu.Gui.GuiRectangle

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
X int

공개 메소드들

메소드 설명
GuiRectangle ( int x, int y, int width, int height ) : System

메소드 상세

GuiRectangle() 공개 메소드

public GuiRectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

프로퍼티 상세

X 공개적으로 프로퍼티

public int X
리턴 int