C# Class HPASharp.Infrastructure.Rectangle

Afficher le fichier Open project: Rydra/HierarchicalPathfinder

Méthodes publiques

Свойство Type Description
Origin Position
Size Size

Méthodes publiques

Méthode Description
Rectangle ( Position origin, Size size ) : System
Rectangle ( int x0, int x1, int y0, int y1 ) : System

Method Details

Rectangle() public méthode

public Rectangle ( Position origin, Size size ) : System
origin Position
size Size
Résultat System

Rectangle() public méthode

public Rectangle ( int x0, int x1, int y0, int y1 ) : System
x0 int
x1 int
y0 int
y1 int
Résultat System

Property Details

Origin public_oe property

public Position Origin
Résultat Position

Size public_oe property

public Size Size
Résultat Size