C# Class Nexus.IntPoint2D

Show file Open project: tgjones/nexus

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
IntPoint2D ( int x, int y )

Method Details

IntPoint2D() public method

public IntPoint2D ( int x, int y )
x int
y int

Property Details

X public property

public int X
return int

Y public property

public int Y
return int