C# Class System.Coord

显示文件 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
X short
Y short

Public Methods

Method Description
Coord ( int x, int y ) : System.Runtime.InteropServices

Method Details

Coord() public method

public Coord ( int x, int y ) : System.Runtime.InteropServices
x int
y int
return System.Runtime.InteropServices

Property Details

X public_oe property

public short X
return short

Y public_oe property

public short Y
return short