C# 클래스 xnaHelper.Primitives.Box

파일 보기 프로젝트 열기: faintpixel/Roguelike

공개 프로퍼티들

프로퍼티 타입 설명
Height int
LineColor Color
TopLeft Vector2
Width int

공개 메소드들

메소드 설명
Box ( Vector2 topLeft, int width, int height, Color color ) : System
Draw ( ) : void

비공개 메소드들

메소드 설명
CalculatePoints ( ) : void

메소드 상세

Box() 공개 메소드

public Box ( Vector2 topLeft, int width, int height, Color color ) : System
topLeft Vector2
width int
height int
color Color
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

LineColor 공개적으로 프로퍼티

public Color LineColor
리턴 Color

TopLeft 공개적으로 프로퍼티

public Vector2 TopLeft
리턴 Vector2

Width 공개적으로 프로퍼티

public int Width
리턴 int