C# Class DeveMazeGenerator.MazePointPos

显示文件 Open project: devedse/DeveMazeGenerator Class Usage Examples

Public Properties

Property Type Description
RelativePos byte
X int

Public Methods

Method Description
MazePointPos ( int X, int Y ) : System
MazePointPos ( int X, int Y, byte RelativePos ) : System
ToString ( ) : string

Method Details

MazePointPos() public method

public MazePointPos ( int X, int Y ) : System
X int
Y int
return System

MazePointPos() public method

public MazePointPos ( int X, int Y, byte RelativePos ) : System
X int
Y int
RelativePos byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

RelativePos public_oe property

public byte RelativePos
return byte

X public_oe property

public int X
return int