SetX Method

Neo Persistable Class

neo-persistibleclasses

Point..::..SetX Method

Gets X coordinate

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

Syntax


public static void SetX(
	Point p,
	BigInteger value
)
Public Shared Sub SetX ( _
	p As Point, _
	value As BigInteger _
)
public:
static void SetX(
	Point^ p, 
	BigInteger^ value
)

Parameters

p
Type: NeoPersistableClass..::..Point
p
value
Type: BigInteger
value

Return Value

void