CRaPI - Correct Robust and Perfect API

Point2D.SetLocation Method 

Sets the location of this Point2D to the location supplied.

public void SetLocation(
   double pX,
   double pY
);

Parameters

pX
The X position of the new location
pY
The Y position of the new location

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace