New Method (Int32, Int32)

Neo Persistable Class

neo-persistibleclasses

Point..::..New Method (Int32, Int32)

Create a new entity initialized with (x,y) values

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static Point New(
	int x,
	int y
)
Public Shared Function New ( _
	x As Integer, _
	y As Integer _
) As Point
public:
static Point^ New(
	int^ x, 
	int^ y
)

Parameters

x
Type: Int32
x
y
Type: Int32
y

Return Value

Point