C# Class xnaHelper.Primitives.Box

Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Свойство Type Description
Height int
LineColor Color
TopLeft Vector2
Width int

Méthodes publiques

Méthode Description
Box ( Vector2 topLeft, int width, int height, Color color ) : System
Draw ( ) : void

Private Methods

Méthode Description
CalculatePoints ( ) : void

Method Details

Box() public méthode

public Box ( Vector2 topLeft, int width, int height, Color color ) : System
topLeft Vector2
width int
height int
color Color
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void

Property Details

Height public_oe property

public int Height
Résultat int

LineColor public_oe property

public Color LineColor
Résultat Color

TopLeft public_oe property

public Vector2 TopLeft
Résultat Vector2

Width public_oe property

public int Width
Résultat int