C# 클래스 Sharpex2D.UI.UIBounds

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

공개 메소드들

메소드 설명
UIBounds ( )

Initializes a new UIBounds class.

UIBounds ( int x, int y, int width, int height )

Initializes a new UIBounds class.

메소드 상세

UIBounds() 공개 메소드

Initializes a new UIBounds class.
public UIBounds ( )

UIBounds() 공개 메소드

Initializes a new UIBounds class.
public UIBounds ( int x, int y, int width, int height )
x int The X-Coord.
y int The Y-Coord.
width int The Width.
height int The Height.