C# Class HPASharp.Infrastructure.Rectangle

ファイルを表示 Open project: Rydra/HierarchicalPathfinder

Public Properties

Property Type Description
Origin Position
Size Size

Public Methods

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

Method Details

Rectangle() public method

public Rectangle ( Position origin, Size size ) : System
origin Position
size Size
return System

Rectangle() public method

public Rectangle ( int x0, int x1, int y0, int y1 ) : System
x0 int
x1 int
y0 int
y1 int
return System

Property Details

Origin public_oe property

public Position Origin
return Position

Size public_oe property

public Size Size
return Size