Set Method

Neo Persistable Class

neo-persistibleclasses

Point..::..Set Method

Sets the specified Point field values

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

Syntax


public static void Set(
	Point p,
	BigInteger xvalue,
	BigInteger yvalue
)
Public Shared Sub Set ( _
	p As Point, _
	xvalue As BigInteger, _
	yvalue As BigInteger _
)
public:
static void Set(
	Point^ p, 
	BigInteger^ xvalue, 
	BigInteger^ yvalue
)

Parameters

p
Type: NeoPersistableClass..::..Point
p
xvalue
Type: BigInteger
xvalue
yvalue
Type: BigInteger
yvalue

Return Value

void